/* Lokale Schriften (DSGVO-konform, keine externen Requests). Variable Fonts. */

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

@font-face {
  font-family: 'Source Sans 3';
  src: url('source-sans-3-var.woff2') format('woff2-variations');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
