/*
  THEOS — Type Faces
  ---------------------------------------------------------------
  Brand fonts were not supplied with the source materials (only the
  wordmark SVG was provided). Substituted with Geist + Geist Mono from
  Google Fonts — a geometric, architectural grotesk with the quiet
  confidence the brand calls for, and no licensing dependency.

  ⚠ SUBSTITUTION FLAG: if THEOS licenses a proprietary display or text
  face, replace this @import with self-hosted @font-face rules pointing
  at /assets/fonts, keeping the --font-* variable names in typography.css
  unchanged so nothing downstream needs to change.
*/

@import url('https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&family=Geist+Mono:wght@400;500;600&display=swap');
