/* Lokal gehostete Schriften (DSGVO-konform, kein Google-Fonts-CDN).
   Variable Fonts: eine Datei deckt den ganzen Gewichts-Bereich ab.
   Latin-Subset. Quelle: Google Fonts (Bricolage Grotesque, Nunito Sans). */

@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url('bricolage-grotesque-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('nunito-sans-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('nunito-sans-italic-var.woff2') format('woff2');
}
