/* =========================================================================
   HOME — Schriften, lokal gehostet (kein Google-CDN, DSGVO).
   Latin-Subset der Variable Fonts, geladen am 20.08.2026:
   Bricolage Grotesque v9 · Newsreader v26 (normal + kursiv) · Caveat v23.
   Einbindung vor allen Seitenstilen: <link rel="stylesheet" href="/stil/schrift.css">
   ========================================================================= */

@font-face{
  font-family:'Bricolage Grotesque';
  font-style:normal;
  font-weight:300 800;
  font-stretch:75% 100%;
  font-display:swap;
  src:url(/fonts/bricolage-grotesque-var.woff2) format('woff2');
}
@font-face{
  font-family:'Newsreader';
  font-style:normal;
  font-weight:300 600;
  font-display:swap;
  src:url(/fonts/newsreader-var.woff2) format('woff2');
}
@font-face{
  font-family:'Newsreader';
  font-style:italic;
  font-weight:300 500;
  font-display:swap;
  src:url(/fonts/newsreader-italic-var.woff2) format('woff2');
}
@font-face{
  font-family:'Caveat';
  font-style:normal;
  font-weight:400 600;
  font-display:swap;
  src:url(/fonts/caveat-var.woff2) format('woff2');
}
