/* INREMA Redesign 2026 — Lokale Fonts (DSGVO, kein Google-CDN) */

/* Schibsted Grotesk — Variable Font (deckt 400–900 ab) */
@font-face {
  font-family: 'Schibsted Grotesk';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('../fonts/schibsted-grotesk/SchibstedGrotesk-Variable.woff2') format('woff2');
}

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