/* eVAT — self-hosted Inter font (latin subset, variable-weight woff2).
 * VM.1.1 audit (ZAP plugin 90003 Sub Resource Integrity): served from same
 * origin so the @font-face <link> can carry an integrity= attribute that
 * the browser actually validates. Replaces external Google Fonts CDN
 * dependency. Mirrored from fonts.gstatic.com (v20) on 2026-05-25.
 *
 * Pairs with GDPR scope: removes the legal-leak-on-pageload exposure that
 * the prior googleapis.com link created (user IP reaches Google on every
 * render). Asap + system fallback retained for safety.
 *
 * SHA-384 integrity hash of this CSS file is generated and embedded in the
 * <link integrity="..."> attribute by Blade @ssetSri() helper or via
 * Vite manifest. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;          /* variable axis */
  font-display: swap;
  src: url('/fonts/inter/Inter-variable-latin.woff2') format('woff2-variations');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
                 U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
                 U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
