@font-face {
  font-family: 'Inter-fallback';
  src: local('Arial');
  ascent-override: 90.2%;
  descent-override: 22.48%;
  line-gap-override: 0%;
  size-adjust: 107.4%;
}

@font-face {
  font-family: 'Outfit-fallback';
  src: local('Arial');
  ascent-override: 96%;
  descent-override: 26%;
  line-gap-override: 0%;
  size-adjust: 104%;
}

/* Inter 400 file covers all weights 100-900.
   Browser uses synthetic bold for 600+ which looks fine for UI text. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('/assets/fonts/inter-latin-400-normal.woff2') format('woff2');
}

/* Outfit 700 file covers all weights 100-900.
   Headings always render in Outfit — browser synthesizes lighter/bolder as needed. */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('/assets/fonts/outfit-latin-700-normal.woff2') format('woff2');
}