/* Inter Variable (latin subset) — bundled locally so the MAUI BlazorWebView and the WASM
   app both load fonts without a Google Fonts CDN round-trip. Files originate from the
   @fontsource-variable/inter npm package (Open Font License 1.1).

   Variable axis: weight 100..900 across a single file per style, so a Razor component can
   request any of the four weights the design system uses (400/500/600/700) without
   downloading separate files. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('Inter-Variable.woff2') format('woff2-variations'),
       url('Inter-Variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-display: swap;
  font-weight: 100 900;
  src: url('Inter-Variable-Italic.woff2') format('woff2-variations'),
       url('Inter-Variable-Italic.woff2') format('woff2');
}
