﻿/* Phase 7: self-hosted UI fonts (no external/CDN request at runtime - the woff2 files are served
   locally from wwwroot/fonts and were fetched once at build time from the OFL-licensed sources).
   Inter (Rasmus Andersson) for all UI text, JetBrains Mono for license keys. Latin subset only. */

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/inter-latin-400-normal.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/inter-latin-500-normal.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/inter-latin-600-normal.woff2") format("woff2");
}

@font-face {
    font-family: "JetBrains Mono";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/jetbrains-mono-latin-500-normal.woff2") format("woff2");
}
