/* Noto Sans SC — 本地 WOFF2（400 / 700 / 900），与 index 中原 Google Fonts 字重一致 */
@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./noto-sans-sc-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./noto-sans-sc-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('./noto-sans-sc-900.woff2') format('woff2');
}
