/**
 * Self-hosted Inter (variable) for the landing.
 *
 * Preloaded in home.html. font-display: optional uses Inter only when it is
 * already ready (typical reload / warm cache). Otherwise the stack stays on
 * the system face for this navigation — no invisible text, no mid-view swap.
 */

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