/* ═══════════════════════════════════════════════════════════════════════════
   schriften.css  ·  Die einzige Heimat aller Schriften
   ───────────────────────────────────────────────────────────────────────────
   Alle Fonts liegen lokal im Ordner /schriften/ und werden von hier aus
   eingebunden. KEIN Aufruf an fonts.googleapis.com oder fonts.gstatic.com —
   dadurch verlässt beim Seitenaufruf keine IP-Adresse den eigenen Server.
   Das ist der Kern der Abmahn-Vermeidung (Stichwort „Google Fonts, LG München").

   Wer eine Schrift ergänzen will: Datei nach /schriften/ legen, hier EIN
   @font-face-Block dazu. Sonst nirgends. Alle Seiten teilen diese eine Datei.

   Latin-Subset (enthält ä ö ü ß etc.), nur die tatsächlich genutzten Schnitte.
   Quelle: Fontsource (SIL Open Font License), self-hosting ausdrücklich erlaubt.
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Bricolage Grotesque · Display / Überschriften ────────────────────────── */
@font-face{
  font-family:"Bricolage Grotesque";
  font-style:normal; font-weight:400; font-display:swap;
  src:url("schriften/bricolage-grotesque-latin-400-normal.woff2") format("woff2");
}
@font-face{
  font-family:"Bricolage Grotesque";
  font-style:normal; font-weight:600; font-display:swap;
  src:url("schriften/bricolage-grotesque-latin-600-normal.woff2") format("woff2");
}
@font-face{
  font-family:"Bricolage Grotesque";
  font-style:normal; font-weight:800; font-display:swap;
  src:url("schriften/bricolage-grotesque-latin-800-normal.woff2") format("woff2");
}

/* ── Literata · Body / Fließtext ──────────────────────────────────────────── */
@font-face{
  font-family:"Literata";
  font-style:normal; font-weight:400; font-display:swap;
  src:url("schriften/literata-latin-400-normal.woff2") format("woff2");
}
@font-face{
  font-family:"Literata";
  font-style:italic; font-weight:400; font-display:swap;
  src:url("schriften/literata-latin-400-italic.woff2") format("woff2");
}
@font-face{
  font-family:"Literata";
  font-style:normal; font-weight:600; font-display:swap;
  src:url("schriften/literata-latin-600-normal.woff2") format("woff2");
}

/* ── IBM Plex Mono · Daten, Labels, Auszeichnungen ────────────────────────── */
@font-face{
  font-family:"IBM Plex Mono";
  font-style:normal; font-weight:400; font-display:swap;
  src:url("schriften/ibm-plex-mono-latin-400-normal.woff2") format("woff2");
}
@font-face{
  font-family:"IBM Plex Mono";
  font-style:normal; font-weight:500; font-display:swap;
  src:url("schriften/ibm-plex-mono-latin-500-normal.woff2") format("woff2");
}
