/* Self-hosted fonts — replaces the Google Fonts CDN <link>.
   Variable Geist / Geist Mono (Latin + Latin-Extended). Cyrillic glyphs fall
   back to system-ui via the font stacks in styles.css, so RU text renders fine
   even though these files don't ship Cyrillic. Files live in /vendor/fonts/. */

@font-face {
  font-family: "Geist";
  src: url("../vendor/fonts/Geist-Variable.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("../vendor/fonts/GeistMono-Variable.woff2") format("woff2");
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}
