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

@font-face {
  font-family: "Merriweather Sans";
  src: url("MerriweatherSans-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather Sans";
  src: url("MerriweatherSans-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}