/* Local Google Fonts for offline usage */
@font-face {
  font-family: 'InterLocal';
  src: url('inter.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OutfitLocal';
  src: url('outfit.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Fallback font-family utilities (optional) */
:root {
  --font-sans: 'InterLocal', 'OutfitLocal', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
}
