/* yet.digital — Self-hosted Brand Fonts (SIL OFL)
 *
 * Variable WOFF2-Dateien aus assets/fonts/. Ein @font-face deckt das
 * gesamte Gewichts-Spektrum ab — Browser nutzt je nach font-weight die
 * passende Achsen-Position aus der Variable Font.
 *
 * Vorteile gegenüber Google Fonts:
 *  - kein Round-Trip zu fonts.gstatic.com → DSGVO-freundlich
 *  - resilient gegen Google-Ausfälle / Firewall-Blocks
 *  - schneller (ein Origin, ein Connection-Pool, lange Cache-Header)
 */

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

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/assets/fonts/SpaceGrotesk-Variable.woff2") format("woff2");
}

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