/* 本地字体（由 Google Fonts 下载，离线可用）
   回退链：本地 woff2 -> 系统中文字体 -> 系统无衬线/衬线 */

/* Noto Sans SC：正文 / UI（300/400/500） */
@font-face{
  font-family:'Noto Sans SC';
  font-style:normal;font-weight:300;font-display:swap;
  src:url('../fonts/noto-sans-sc.woff2') format('woff2');
}
@font-face{
  font-family:'Noto Sans SC';
  font-style:normal;font-weight:400;font-display:swap;
  src:url('../fonts/noto-sans-sc.woff2') format('woff2');
}
@font-face{
  font-family:'Noto Sans SC';
  font-style:normal;font-weight:500;font-display:swap;
  src:url('../fonts/noto-sans-sc.woff2') format('woff2');
}

/* Noto Serif SC：标题 / 衬线（500/700/900） */
@font-face{
  font-family:'Noto Serif SC';
  font-style:normal;font-weight:500;font-display:swap;
  src:url('../fonts/noto-serif-sc.woff2') format('woff2');
}
@font-face{
  font-family:'Noto Serif SC';
  font-style:normal;font-weight:700;font-display:swap;
  src:url('../fonts/noto-serif-sc.woff2') format('woff2');
}
@font-face{
  font-family:'Noto Serif SC';
  font-style:normal;font-weight:900;font-display:swap;
  src:url('../fonts/noto-serif-sc.woff2') format('woff2');
}
