/* Self-hosted Geist fonts (SIL Open Font License).
   Replaces the Google Fonts CDN to avoid transferring visitor IPs to Google (GDPR / LG München I, 20.01.2022, Az. 3 O 17493/20).
   Variable fonts: one file covers all weights used by the site. */

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/Geist-Variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/GeistMono-Variable.woff2') format('woff2');
}
