/*
 * Selbst gehostete, offen lizenzierte Ersatzschriften für Lateral / Aeonik Pro (siehe
 * tokens.css-Kommentar und design/DESIGN-SYSTEM.md "Lizenz"-Abschnitt im App-Repo).
 * Beide Dateien sind SIL Open Font License, unter assets/fonts/ im Repo, kein Nachladen von
 * fonts.googleapis.com zur Laufzeit -- eine Anfrage weniger an einen Drittanbieter, passend zum
 * "keine Cookies, kein Tracking"-Anspruch der Datenschutzerklärung.
 */

@font-face {
  font-family: "Anton";
  src: url("../fonts/Anton-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Variable Datei, deckt 400-800 ab; jeweils eigene @font-face-Zeile, damit font-weight: 500/700
   in der Kaskade sauber matcht, ohne dass der Browser eine variable Achse selbst raten muss. */
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-Variable.woff2") format("woff2-variations"), url("../fonts/InterTight-Variable.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
