@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700|Montserrat');
body {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
}
a {
    font-family: 'Merriweather', serif;
    font-weight: 400 !important;
}
a:hover, a:focus {
	font-family: 'Merriweather', serif;
}
h1, h2, h3, h4, h5 {
    font-family: 'Merriweather', serif;
    font-weight: 400 !important;
}
h1, h2 {
    font-weight: 400 !important;
}