/* Self-hosted. jsDelivr @fontsource CSS was resolving woff2 relatively and failing in the browser.
   Fraunces carries all four axes (opsz, wght, SOFT, WONK) — the wght-only cut cannot do optical sizing. */
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-var-normal.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Geist Sans";
  src: url("../fonts/geist-sans-latin-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist Sans";
  src: url("../fonts/geist-sans-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Commit Mono";
  src: url("../fonts/commit-mono-latin-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
