/* ============================================================
   Lokale Web Fonts — selbst gehostet, kein externer Abruf.
   Schriften: Fraunces & IBM Plex Sans (SIL Open Font License).
   Variable Fonts: ein Datei pro Schnitt deckt alle Gewichte ab.
   ============================================================ */

/* Fraunces — Display/Headlines (Optical Size + Gewicht 100–900) */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/fraunces-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/fraunces-italic.woff2') format('woff2');
}

/* IBM Plex Sans — Fließtext (Gewicht 100–700) */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url('fonts/ibmplexsans-normal.woff2') format('woff2');
}
