/* Self-hosted site fonts. No third-party font requests.
   Hosted set, matching what the site actually renders:
     EB Garamond  400 normal, 400 italic
     Inter        300 normal, 400 normal
   Google was also serving EB Garamond 500 and 600, EB Garamond 500 italic, and
   Inter 500. No rule in the site applies those weights, so they are not hosted.
   Licenses for both families are in this folder. */

@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("eb-garamond-400.woff2") format("woff2");
}

@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("eb-garamond-400-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("inter-300.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("inter-400.woff2") format("woff2");
}
