/* System font: Inter (SIL OFL 1.1, see fonts/inter/LICENSE.txt), self-hosted so
   no visitor IP leaves the site for Google Fonts. One variable file per style
   covers weights 100–900. The family name is used only via --mc-font-body in
   mc-variables.css — never hard-code "Inter" in component CSS. */

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

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