/* 本地自托管中文字体（大陆可直连，无需访问 Google Fonts）
   由 tools/subset-fonts.py 按项目实际用到的字符子集化生成。
   @font-face 必须放在最前面加载，供 theme.css 的 --font-serif / --font-sans 使用。 */

@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/NotoSerifSC-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/NotoSerifSC-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/NotoSansSC-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/NotoSansSC-Regular.woff2') format('woff2');
}
