/* Self-hosted fonts — kein Drittanbieter-Request an fonts.googleapis.com/fonts.gstatic.com,
   keine IP-Übertragung an Google beim Seitenaufruf. */
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/bricolage-grotesque-var.woff2') format('woff2-variations'), url('/assets/fonts/bricolage-grotesque-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/plus-jakarta-sans-var.woff2') format('woff2-variations'), url('/assets/fonts/plus-jakarta-sans-var.woff2') format('woff2');
}
