/* DSGVO-konforme lokale Fonts (kein Google-Server-Aufruf) */

/* Bricolage Grotesque - Variable (300-600) */
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url(fonts/bricolage-grotesque-latin.woff2) format('woff2');
}

/* Instrument Serif - Regular */
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/instrument-serif-normal.woff2) format('woff2');
}

/* Instrument Serif - Italic */
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/instrument-serif-italic.woff2) format('woff2');
}
