/* Self-hosted brand fonts — latin subset, variable woff2 from Google Fonts.
   One file per family (covers all weights via the wght axis). No third-party requests.

   All three fonts are licensed under the SIL Open Font License 1.1. License + copyright
   notices ship alongside the woff2 files (OFL-Fredoka.txt, OFL-SpaceGrotesk.txt,
   OFL-JetBrainsMono.txt) to satisfy the OFL's redistribution clause. */

@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/fredoka-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/space-grotesk-var.woff2') format('woff2');
}

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