/* Geist Sans — Variable font (primary) */
@font-face {
    font-family: "Geist";
    src: url("/fonts/Geist.woff2") format("woff2 supports variations"),
         url("/fonts/Geist.woff2") format("woff2-variations");
    font-weight: 100 900;
    font-display: swap;
}

/* Geist Sans — Individual weights (fallback for browsers without variable font support) */
@font-face {
    font-family: "Geist";
    src: url("/fonts/Geist-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Geist";
    src: url("/fonts/Geist-Medium.woff2") format("woff2");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Geist";
    src: url("/fonts/Geist-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "Geist";
    src: url("/fonts/Geist-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}

/* Geist Mono — Variable font */
@font-face {
    font-family: "Geist Mono";
    src: url("/fonts/GeistMono.woff2") format("woff2 supports variations"),
         url("/fonts/GeistMono.woff2") format("woff2-variations");
    font-weight: 100 900;
    font-display: swap;
}
