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

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

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

