/* Selbst gehostete Schriften (Bricolage Grotesque, Manrope) — kein Google-Fonts-CDN-Request,
   kein automatischer IP-Kontakt zu Google-Servern beim Seitenaufruf. */
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('bricolage-grotesque.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('manrope.woff2') format('woff2');
}
