/**
 * 思源黑体 Source Han Sans CN（简体）
 * 与 global.css 中「Source Han Sans CN」对应；由 layouts/main.php 异步加载，不阻塞首屏。
 *
 * Normal → font-weight 400；Medium → font-weight 600（项目约定）。
 */
@font-face {
    font-family: 'Source Han Sans CN';
    src: url('../fonts/SourceHanSansCN-Normal.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Han Sans CN';
    src: url('../fonts/SourceHanSansCN-Medium.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
