/* Lokal gehostete Schriften (DSGVO, 2026-08-10): ersetzt die fruehere
   Remote-Einbindung ueber Googles Font-Server - dabei ging die IP-Adresse
   jedes Besuchers in die USA (eRecht24-Scan: abmahngefaehrdet, vgl.
   LG Muenchen I, Az. 3 O 17493/20). woff2-Dateien via
   google-webfonts-helper (latin + latin-ext), gleiche Familien/Gewichte
   wie zuvor remote geladen. font-display:swap wie beim alten
   display=swap-Parameter.

   WICHTIG: die Domain des alten Font-CDNs darf hier nicht mal als TEXT
   stehen - der eRecht24-Scanner sucht schlicht nach der Zeichenkette im
   ausgelieferten Quelltext und meldet sonst faelschlich "Google Fonts
   remote eingebunden" (live passiert, 2026-08-10: Finding blieb nach dem
   Umbau bestehen, obwohl der Netzwerk-Mitschnitt null Google-Requests
   zeigte - einzige Fundstelle war dieser Kommentar). */

/* Space Grotesk - Ueberschriften (--font-display) */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('space-grotesk-v22-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('space-grotesk-v22-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('space-grotesk-v22-latin_latin-ext-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('space-grotesk-v22-latin_latin-ext-700.woff2') format('woff2');
}

/* Inter - Fliesstext (--font-body) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('inter-v20-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('inter-v20-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('inter-v20-latin_latin-ext-600.woff2') format('woff2');
}

/* JetBrains Mono - Code/Labels (--font-mono) */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('jetbrains-mono-v24-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('jetbrains-mono-v24-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('jetbrains-mono-v24-latin_latin-ext-600.woff2') format('woff2');
}
