@font-face {
  font-family: "Comfortaa";
  src:
    local("Comfortaa"),
    url("./fonts/Comfortaa-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EBGaramond";
  src:
    local("EBGaramond"),
    url("./fonts/EBGaramond-Medium.otf") format("opentype");
  font-weight: medium;
  font-style: normal;
  font-display: swap;
}
