/* 语际点歌台 · 自托管中文字体
 * 字体文件由 scripts/build-fonts.py 生成（Noto Serif SC 子集，仅含站点实际用字）
 * 替代原 Google Fonts 远程引用，提升中国大陆首屏速度与百度移动体验分
 */
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/NotoSerifSC-300-subset.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/NotoSerifSC-400-subset.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/NotoSerifSC-500-subset.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/NotoSerifSC-700-subset.woff2') format('woff2');
}
