/* =========================================================
   Lokal gehostete Schriften (kein Aufruf an fonts.googleapis.com).
   Grund: Beim externen Laden von Google Fonts wird die IP-Adresse
   jedes Besuchers an Google übertragen, was datenschutzrechtlich
   problematisch ist. Die Dateien liegen daher hier im Theme.

   WICHTIG: Diese CSS-Datei allein reicht nicht aus – die eigentlichen
   .woff2-Dateien müssen zusätzlich unter assets/fonts/ abgelegt
   werden. Siehe assets/fonts/LIESMICH.txt für die genaue Anleitung
   (Download über gwfh.mranftl.com, Dateien umbenennen).

   Bis die Dateien vorhanden sind, greift automatisch die im
   font-family-Stapel angegebene System-Schrift als Ersatz – die
   Seite bleibt also auch ohne die Dateien nutzbar, nur optisch
   noch nicht im finalen Schriftbild.
   ========================================================= */

@font-face{
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto-slab-400.woff2") format("woff2");
}
@font-face{
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/roboto-slab-600.woff2") format("woff2");
}
@font-face{
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto-slab-700.woff2") format("woff2");
}

@font-face{
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans-400.woff2") format("woff2");
}
@font-face{
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans-500.woff2") format("woff2");
}
@font-face{
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans-600.woff2") format("woff2");
}

@font-face{
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-400.woff2") format("woff2");
}
@font-face{
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-500.woff2") format("woff2");
}
