@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url('https://fonts.googleapis.com/css?family=Special+Elite');
@import url('https://fonts.googleapis.com/css?family=Alegreya');

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

h1, h2, h3, h4, h5, h6 {
 font-family: 'Special Elite', serif;
}