/* Die Schriftfamilien des COREFORALL-Auftritts — selbst gehostet.
 *
 * Der Entwurf lädt sie vom Google-CDN; wir liefern dieselben Familien
 * unter denselben Namen aus dem Haus. Ein Schriftabruf bei einem CDN
 * verriete dessen Betreiber jeden einzelnen Seitenaufruf — und die
 * Auslieferung erlaubt ohnehin nur eigene Quellen (CSP).
 *
 * font-display: swap — Text sofort in der Ersatzschrift, Umschalten beim
 * Eintreffen. Unsichtbarer Text wäre auf einer Seite, deren Überschriften
 * die halbe Gestaltung sind, der schlechteste Tausch. */
@font-face {
  font-family: "Anton";
  src: url("/statisch/schrift/anton-400-latin.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("/statisch/schrift/space-grotesk-600-latin.woff2") format("woff2");
  /* 500 bis 600: Der Entwurf bestellt auch Schnitt 500; der nächste
     vorhandene ist die 600, und ein stiller Rückfall auf die 400 des
     Systems sähe dünner aus als gestaltet. */
  font-weight: 500 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("/statisch/schrift/space-grotesk-700-latin.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("/statisch/schrift/jetbrains-mono-400-latin.woff2") format("woff2");
  font-weight: 400 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("/statisch/schrift/jetbrains-mono-700-latin.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Kaushan Script";
  /* Die Leitzeile auf der Startbühne (03.09.2026): ein Pinselzug als
     Gegenstück zur Blockschrift des Auftritts. Nur latin — die Zeile ist
     englisch, und die Umlaute lägen ohnehin in diesem Block. Geladen
     wird die Datei erst, wenn ein Text sie verwendet: Auf allen anderen
     Seiten kostet der Eintrag nichts. */
  src: url("/statisch/schrift/kaushan-script-400-latin.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
