/**
 * 全站 Web 字体 — Noto Sans SC（思源黑体同源，Google 发行）
 * 字重 400 / 500 / 600，自托管 woff2
 */
@font-face {
    font-family: "Noto Sans SC";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/noto-sans-sc/400.woff2") format("woff2");
}

@font-face {
    font-family: "Noto Sans SC";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/noto-sans-sc/500.woff2") format("woff2");
}

@font-face {
    font-family: "Noto Sans SC";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/noto-sans-sc/600.woff2") format("woff2");
}

:root {
    --maccms-font-sans: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "HarmonyOS Sans SC", "MiSans", "Segoe UI", "Microsoft YaHei UI", "Helvetica Neue", Arial, sans-serif;
}
