/* Lokal gehostete Schriften (DSGVO-konform, kein Google-CDN).
   Latin-Subset (deckt Deutsch inkl. ä ö ü ß ab). font-display: swap. */

/* Bricolage Grotesque – variabel (Gewicht 500–800), Display-Schrift */
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url('/assets/fonts/bricolage-grotesque.woff2') format('woff2');
}

/* Hanken Grotesk – variabel (Gewicht 400–700), Fließtext */
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/hanken-grotesk.woff2') format('woff2');
}

/* Saira Condensed – statisch 700 / 800, Logo-Schriftzug */
@font-face {
  font-family: 'Saira Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/saira-condensed-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Saira Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/assets/fonts/saira-condensed-800.woff2') format('woff2');
}
