/* ABIS Blackoutcheck – Schriften
   DSGVO-konform LOKAL gehostet. WOFF2-Dateien in assets/fonts/ ablegen:
   Download über https://gwfh.mranftl.com (google-webfonts-helper):
   - Barlow Condensed: 600, 700
   - Public Sans: 400, 600, 700
   - Roboto Mono: 400, 500
   Fehlen die Dateien, greifen automatisch die System-Fallbacks. */

@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:600;font-display:swap;
  src:url('../fonts/barlow-condensed-600.woff2') format('woff2')}
@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:700;font-display:swap;
  src:url('../fonts/barlow-condensed-700.woff2') format('woff2')}
@font-face{font-family:'Public Sans';font-style:normal;font-weight:400;font-display:swap;
  src:url('../fonts/public-sans-400.woff2') format('woff2')}
@font-face{font-family:'Public Sans';font-style:normal;font-weight:600;font-display:swap;
  src:url('../fonts/public-sans-600.woff2') format('woff2')}
@font-face{font-family:'Public Sans';font-style:normal;font-weight:700;font-display:swap;
  src:url('../fonts/public-sans-700.woff2') format('woff2')}
@font-face{font-family:'Roboto Mono';font-style:normal;font-weight:400;font-display:swap;
  src:url('../fonts/roboto-mono-400.woff2') format('woff2')}
@font-face{font-family:'Roboto Mono';font-style:normal;font-weight:500;font-display:swap;
  src:url('../fonts/roboto-mono-500.woff2') format('woff2')}
