@import url('https://fonts.googleapis.com/css?family=Oswald:500,700&subset=latin-ext');


body {
    font-family: 'Oswald', sans-serif;
}

h1,h2,h3,h4,h5{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

a,p{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}
