/* ============================================================================
   FONTS — Zeroe
   Display: Outfit · Body: Geist · Mono: Geist Mono
   Geist ships as a real binary (assets/fonts). Outfit + Geist Mono load from
   Google Fonts — supply licensed binaries to fully self-host.
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Geist+Mono:wght@400;500;600&display=swap');

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../assets/fonts/Geist-VariableFont_wght.ttf') format('truetype');
}
