/* Fibalo web fonts — Geist & Geist Mono, SIL OFL 1.1 (see LICENSE.txt).
   Self-hosted on purpose: loading fonts from the Google CDN sends visitor IPs to a US host,
   which LG München I (3 O 17493/20) held to be a GDPR breach. Copy this folder into the
   consuming app's public assets and import this file — paths are relative to it. */

@font-face {
  font-family: 'Geist';
  src: url('./Geist-Variable.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  /* Latin + Latin-1 Supplement + Latin Extended-A: covers ä ö ü ß and the € sign. */
  unicode-range: U+0000-00FF, U+0100-017F, U+20AC, U+2000-206F, U+2122, U+2212;
}

@font-face {
  font-family: 'Geist Mono';
  src: url('./GeistMono-Variable.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0100-017F, U+20AC, U+2000-206F, U+2122, U+2212;
}
