/* Stadtfäscht Schaffhuuse — lokale Schriften, kein Google-CDN (datenschutzfreundlich & schnell).
 * Display/Titel: Unbounded (nur Versalien, Bold/Black) · Fliesstext/Info: Inter.
 * Beide via Google Fonts frei lizenziert (SIL OFL) — siehe Brandbook S. 19.
 *
 * Format: WOFF2 (Variable Fonts). Die TTF-Originale und die `static/`-Ordner bleiben
 * im Repo als Quelle für Grafik/Print, werden aber nicht deployt (siehe build.mjs).
 * WOFF2 neu erzeugen:
 *   python3 -c "from fontTools.ttLib import TTFont; f=TTFont('QUELLE.ttf'); f.flavor='woff2'; f.save('ZIEL.woff2')"
 *
 * Kursiv ist bewusst nicht eingebunden — die Marke nutzt keine kursiven Schnitte.
 */

/* — Display: Unbounded (Variable, wght 200–900) — */
@font-face{
  font-family:'Unbounded';
  font-style:normal;
  font-weight:200 900;
  font-display:swap;
  src:url('fonts/Unbounded/Unbounded-VariableFont_wght.woff2') format('woff2');
}

/* — Fliesstext: Inter (Variable, opsz+wght) — */
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url('fonts/Inter/Inter-VariableFont_opsz,wght.woff2') format('woff2');
}
