/* Self-hosted fonts — Outfit + Work Sans (variable, latin subset).
   Replaces fonts.googleapis.com — same families, no third-party DNS hop.
   Each woff2 is a single variable font that covers all declared weights. */

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

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/work-sans.woff2') format('woff2');
}
