/* Self-hosted (not Google's CDN) — no external font request, works offline,
   one fewer third-party dependency in production. Both are Google Fonts
   under the SIL Open Font License, which permits bundling/redistribution. */

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/static/fonts/Fraunces-Variable.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/static/fonts/Fraunces-Italic.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/static/fonts/Manrope-Variable.woff2") format("woff2");
}
