/* ===== Noto Sans SC - 无衬线字体（正文 & 标题）===== */
@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/noto-sans-sc/NotoSansSC-Light.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-sc/NotoSansSC-Regular.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/noto-sans-sc/NotoSansSC-Medium.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/noto-sans-sc/NotoSansSC-Bold.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/noto-sans-sc/NotoSansSC-Bold.woff2') format('woff2');
    font-display: swap;
}
