/* Noto Sans SC — Simplified Chinese (zh_cn)
   Only Regular (400) and Bold (700) are licensed.
   800 and 900 remap to the Bold file so existing heading CSS renders
   with real Bold glyphs (no synthetic bold, no per-locale overrides). */

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

@font-face {
  font-family: NotoSansSC;
  src: url('/fonts/NotoSansSC-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: NotoSansSC;
  src: url('/fonts/NotoSansSC-Bold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: NotoSansSC;
  src: url('/fonts/NotoSansSC-Bold.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
