/* Font binaries are intentionally not included in this archive.
   Copy both WOFF2 files to /assets/fonts before launch. */
@font-face {
    font-family: "Inter";
    src: url("../assets/fonts/InterVariable.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

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

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