/* =========================================================
   全站共享中文衬线字体 · Noto Serif SC（本地分片，零外部 CDN）
   字体栈用途："Anthropic Serif", "Noto Serif SC", Georgia, serif
   精确复刻原 loli.net 引用：family=Noto+Serif+SC:wght@400;500;600
   仅声明 400/500/600（与线上原渲染一致，不引入 700 改变视觉）
   复用 /fonts/infra/ 已有 woff2（简中 + latin）
   ========================================================= */

/* ---- 400 ---- */
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/fonts/infra/noto-serif-sc-chinese-simplified-400-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/fonts/infra/noto-serif-sc-latin-400-normal.woff2) format('woff2');
}

/* ---- 500 ---- */
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/fonts/infra/noto-serif-sc-chinese-simplified-500-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/fonts/infra/noto-serif-sc-latin-500-normal.woff2) format('woff2');
}

/* ---- 600 ---- */
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/fonts/infra/noto-serif-sc-chinese-simplified-600-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/fonts/infra/noto-serif-sc-latin-600-normal.woff2) format('woff2');
}
