/* Inter - Variable (normal) */
@font-face {
    font-family: "Inter";
    src: url("https://cdn.jx3box.com/lib/fonts/Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Inter - Variable (italic) */
@font-face {
    font-family: "Inter";
    src: url("https://cdn.jx3box.com/lib/fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* Noto Sans SC - Variable (Chinese) */
@font-face {
    font-family: "Noto Sans SC";
    src: url("https://cdn.jx3box.com/lib/fonts/Noto_Sans_SC/NotoSansSC-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --inter-font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, "Apple Color Emoji", "Segoe UI Emoji";
    --noto-font-family: "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, "Apple Color Emoji", "Segoe UI Emoji";
    --apple-font-family: -apple-system, Microsoft YaHei, Trebuchet MS, Calibri, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, "Apple Color Emoji", "Segoe UI Emoji";
}


