@font-face {
  font-family: 'Merriweather';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: local('Merriweather-Light'),
    url('../fonts/Merriweather-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Merriweather';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('Merriweather-Regular'),
    url('../fonts/Merriweather-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Merriweather';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('Merriweather-Bold'),
    url('../fonts/Merriweather-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Merriweather';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: local('Merriweather-Black'),
    url('../fonts/Merriweather-Black.ttf') format('truetype');
}