/* Inter variable font, self-hosted.
 * One woff2 covers all weights (100..900) — replaces the Google Fonts
 * <link> previously imported by every template.
 * Source: https://rsms.me/inter/ (pinned to woff2 fetched 2026-05-13).
 */
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("./InterVariable.woff2") format("woff2-variations"),
         url("./InterVariable.woff2") format("woff2");
}
