/* Self-hosted web fonts — served from fairyfox.io's own origin, never Google Fonts.
   Removes the third-party IP exposure a Google Fonts request creates on every page load
   (see the self-hosted-assets + legal-docs standards). Files are the latin variable
   subsets from Fontsource: Fraunces, Inter, and JetBrains Mono — all OFL-1.1 licensed and
   freely redistributable. Family names below match the theme tokens in main.css
   (--font-display / --font-sans / --font-mono). This is the same set the games + stories
   farms self-host; the hub was the laggard until it vendored these. */

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

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/assets/fonts/inter-latin.woff2") format("woff2");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url("/assets/fonts/jetbrains-mono-latin.woff2") format("woff2");
}
