/* Selbst gehostete Schriften – keine Verbindung zu Google Fonts (DSGVO).
   Latin-Subset (deckt Deutsch inkl. Umlauten/ß sowie gängige Satzzeichen ab). */
@font-face{
  font-family:'Zilla Slab'; font-style:normal; font-weight:500; font-display:swap;
  src:url(fonts/zilla-slab-500.woff2) format('woff2');
}
@font-face{
  font-family:'Zilla Slab'; font-style:normal; font-weight:700; font-display:swap;
  src:url(fonts/zilla-slab-700.woff2) format('woff2');
}
@font-face{
  font-family:'Work Sans'; font-style:normal; font-weight:400 600; font-display:swap;
  src:url(fonts/work-sans.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');
}
