@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,500,700');

body {
    font-family: 'Roboto Slab', serif;
    font-weight: 300 !important;
}
a {
    font-family: 'Roboto Slab', serif;
    font-weight: 400 !important;
}
a:hover, a:focus {
    font-family: 'Roboto Slab', serif;
}
h1, h2, h3, h4, h5 {
    font-family: 'Roboto Slab', serif;
    font-weight: 500 !important;
}
h1 {
    font-weight: 700 !important;
}
