/* 思源黑体 Noto Sans SC — 本地托管版(替代 Google Fonts,避免海外节点访问超时)
   子集范围: ASCII + 常用符号 + CJK标点 + 全角 + GB2312一级字库(3755高频汉字) + 页面全部实际用字
   注意: 若新增文案包含罕见汉字(GB2312一级字库之外),需重新生成字体子集 */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./NotoSansSC-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./NotoSansSC-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./NotoSansSC-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./NotoSansSC-Bold.woff2') format('woff2');
}
