/* ============================================================
   Lokal eingebundene Schriften – keine Verbindung zu Google
   ------------------------------------------------------------
   Bricolage Grotesque  © 2022 The Bricolage Grotesque Project Authors
   Inter Tight          © The Inter Project Authors
   Beide unter SIL Open Font License 1.1 – lokales Hosten erlaubt.
   Die sechs woff2-Dateien müssen im selben Ordner liegen.
   ============================================================ */

@font-face{
  font-family:'Bricolage Grotesque';
  font-style:normal; font-weight:700; font-display:swap;
  src:url('bricolage-700.woff2') format('woff2');
}
@font-face{
  font-family:'Bricolage Grotesque';
  font-style:normal; font-weight:800; font-display:swap;
  src:url('bricolage-800.woff2') format('woff2');
}
@font-face{
  font-family:'Inter Tight';
  font-style:normal; font-weight:400; font-display:swap;
  src:url('inter-tight-400.woff2') format('woff2');
}
@font-face{
  font-family:'Inter Tight';
  font-style:normal; font-weight:500; font-display:swap;
  src:url('inter-tight-500.woff2') format('woff2');
}
@font-face{
  font-family:'Inter Tight';
  font-style:normal; font-weight:600; font-display:swap;
  src:url('inter-tight-600.woff2') format('woff2');
}
@font-face{
  font-family:'Inter Tight';
  font-style:normal; font-weight:700; font-display:swap;
  src:url('inter-tight-700.woff2') format('woff2');
}
