@font-face {
  font-family: 'Merriweather';
  src: local('Merriweather Light'), url('Merriweather-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather';
  src: local('Merriweather Regular'), url('Merriweather-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather';
  src: local('Merriweather Bold'), url('Merriweather-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather';
  src: local('Merriweather Black'), url('Merriweather-Black.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}