/* ============================================================
   mahnbescheid — Self-hosted Webfonts
   IBM Plex Sans (400/500/600/700) + IBM Plex Serif (500/600)
   Latin-Subset, lokal eingebunden (woff2), font-display: swap.
   Ersetzt die ursprüngliche Google-Fonts-CDN-Einbindung.
   Quelle: Fontsource (IBM Plex, SIL Open Font License 1.1).
   ============================================================ */

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

/* ---------- IBM Plex Serif ---------- */
@font-face {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("ibm-plex-serif-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("ibm-plex-serif-latin-600.woff2") format("woff2");
}
