/*
 * Geist and Geist Mono, self-hosted.
 *
 * NOT loaded from fonts.googleapis.com, on purpose. A dynamic Google Fonts
 * embed sends every visitor's IP address to Google in the US without consent.
 * LG München I (20.01.2022, 3 O 17493/20) held that to be a GDPR violation and
 * awarded damages; the BGH referred the open questions to the CJEU in early
 * 2026, so the risk is live rather than settled. For a German publisher whose
 * entire product promise is that nothing leaves your machine, fetching a font
 * from a third party on every page view is also simply incoherent.
 *
 * Self-hosting is also why this page needs no cookie banner: with no external
 * requests, no analytics and no storage, there is nothing to consent to under
 * § 25 TDDDG.
 *
 * Only latin and latin-ext ship. The page is English; the de/es/it/nl/no
 * diacritics it displays all live in those two ranges.
 *
 * Geist is SIL OFL 1.1 (fonts/OFL.txt), which permits hosting and
 * redistribution.
 */

/* Geist — latin (variable, wght 100–900) */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  /* A weight RANGE, not a value: one variable file answers 400, 500 and 600,
     which is why there are four files here and not ten. */
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/geist-latin.woff2') format('woff2-variations');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Geist — latin-ext (variable, wght 100–900) */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  /* A weight RANGE, not a value: one variable file answers 400, 500 and 600,
     which is why there are four files here and not ten. */
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/geist-latin-ext.woff2') format('woff2-variations');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Geist Mono — latin (variable, wght 100–900) */
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  /* A weight RANGE, not a value: one variable file answers 400, 500 and 600,
     which is why there are four files here and not ten. */
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/geist-mono-latin.woff2') format('woff2-variations');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Geist Mono — latin-ext (variable, wght 100–900) */
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  /* A weight RANGE, not a value: one variable file answers 400, 500 and 600,
     which is why there are four files here and not ten. */
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/geist-mono-latin-ext.woff2') format('woff2-variations');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
