@import url('https://fonts.googleapis.com/css?family=Lato|Merriweather');


/* font-family: 'Lato', sans-serif; */
/* font-family: 'Merriweather', serif; */

body {
    font-family: 'Merriweather', serif;
}

h1,h2,h3,h4,h5,h6,h7 {
    font-family: 'Lato', sans-serif;
}