/* ============================================================
   VARSAT — Fonts
   Primary:   Outfit (variable 300–700) — UI, headings, body
   Secondary: Google Sans Code (variable 400–700) — labels, CTAs, specs
   Self-hosted latin subset (woff2). Both are the brand's real fonts.
   ============================================================ */

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

@font-face {
  font-family: 'Google Sans Code';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../assets/fonts/GoogleSansCode-Variable.woff2') format('woff2');
}
