/* ============================================================
   HYLA – Lokale Schrifteinbindung (DSGVO-konform, keine Google-Server)
   ------------------------------------------------------------
   Lege die Font-Dateien (siehe FONTS-ANLEITUNG.txt) in diesen
   Ordner (assets/fonts/). Sind sie vorhanden, werden Inter und
   Fraunces genutzt. Fehlen sie, greift automatisch ein hochwertiger
   System-Font-Fallback – die Seite sieht in beiden Fällen gut aus.
   ============================================================ */

/* ---------- Inter (Fließtext) ---------- */
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:400 700;
  font-display:swap;
  src:url('inter-variable.woff2') format('woff2');
}

/* ---------- Fraunces (Überschriften) ---------- */
@font-face{
  font-family:'Fraunces';
  font-style:normal;
  font-weight:400 700;
  font-display:swap;
  src:url('fraunces-variable.woff2') format('woff2');
}
@font-face{
  font-family:'Fraunces';
  font-style:italic;
  font-weight:400 700;
  font-display:swap;
  src:url('fraunces-italic-variable.woff2') format('woff2');
}
