/* ============================================================
   Selbst gehostete Schriften – ersetzt die Einbindung von
   fonts.googleapis.com. Dadurch wird beim Seitenaufruf keine
   IP-Adresse der Besucher mehr an Google übertragen.

   Beide Schriften stehen unter der SIL Open Font License 1.1,
   Selbsthosting ist ausdrücklich erlaubt.

   Dateien liegen in assets/fonts/ als woff2 (Subset: latin).
   Aktiv seit 31.07.2026.
   ============================================================ */

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

/* ---------- Nunito (Fliesstext, Navigation, Kacheln) ---------- */
@font-face{
  font-family:'Nunito';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('fonts/nunito-400.woff2') format('woff2');
}
@font-face{
  font-family:'Nunito';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('fonts/nunito-500.woff2') format('woff2');
}
@font-face{
  font-family:'Nunito';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('fonts/nunito-600.woff2') format('woff2');
}
@font-face{
  font-family:'Nunito';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('fonts/nunito-700.woff2') format('woff2');
}
@font-face{
  font-family:'Nunito';
  font-style:normal;
  font-weight:800;
  font-display:swap;
  src:url('fonts/nunito-800.woff2') format('woff2');
}
