/* Sukhothai Academy — Marken-Schriften, selbst gehostet.
   Google Fonts sind bewusst raus: der Aufruf an fonts.gstatic.com überträgt die
   IP-Adresse jedes Besuchers in die USA, bevor er irgendetwas zugestimmt hat
   (LG München I, 3 O 17493/20). Nur der lateinische Zeichensatz — das hält die
   Seite leicht. Beide sind variable Schriften: EINE Datei trägt alle Schnitte.

   Quelle der Schriftwahl: brand/GUIDELINES.md §3, gemessen an den
   Elementor-Global-Styles von sukhothai.eu. Outfit läuft im mittleren Schnitt
   (500), NIE fett — die Wucht kommt aus Größe und engem Zeilenabstand.
   Lizenz beider: SIL Open Font License 1.1. */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('Outfit-latin-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('Inter-latin-var.woff2') format('woff2');
}
