/* ============================================================
   Lightclub — fonts.css
   ============================================================
   Self-hosted variable fonts (subset: latin, weight axis only).
   Loaded before main.css to prevent FOUC on var(--font-*).

   Source: fontsource (Google Fonts repackaged for npm/CDN).
   Files in lightclub/static/fonts/.
   ============================================================ */

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

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

@font-face {
    font-family: "JetBrains Mono";
    font-style: normal;
    font-weight: 100 800;
    font-display: swap;
    src: url("../fonts/jetbrains-mono-variable.woff2") format("woff2");
}
