/* ==========================================================================
   Selbst gehostete Schriften (DSGVO: keine Übertragung an Google).
   IBM Plex Sans & Space Grotesk werden von Google als VARIABLE Fonts
   ausgeliefert → je ein Datei + Gewichtsbereich. IBM Plex Mono ist statisch.
   Subset: latin (enthält deutsche Umlaute ä ö ü ß). Lizenz: SIL OFL 1.1.
   ========================================================================== */

/* IBM Plex Sans — variable (100–700) */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("/fonts/ibm-plex-sans.woff2") format("woff2");
}

/* Space Grotesk — variable (300–700) */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/fonts/space-grotesk.woff2") format("woff2");
}

/* IBM Plex Mono — static weights */
@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");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/ibm-plex-mono-600.woff2") format("woff2");
}
