/* VANTAGE web font — self-hosted Inter (variable, upright).
   The design tokens ask for Inter first (--font-ui); before this file it fell
   back to Segoe UI/system, which read as generic. Self-hosted so it works
   offline and under the strict CSP (no external CDN). One variable woff2 covers
   every weight 100–900, so the whole type scale (400/500/600/700) is real Inter.
   font-display:swap keeps text visible during the (tiny, same-origin) load. */

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