/* Simplified-Chinese (zh) CJK web font. Noto Sans SC subset to the ~1,200
 * characters actually used across the site's zh translations (regenerate if zh
 * content grows). Listed AFTER Sora/Inter/JetBrains in the --ds-* font stacks,
 * with a CJK unicode-range, so it only paints CJK glyphs; latin locales never
 * fetch it. Weights: 400 (body) and 700 (headings/bold). */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('NotoSansSC/NotoSansSC-Regular.woff2') format('woff2');
  unicode-range:
    U+2000-206F, U+2E80-2EFF, U+3000-303F, U+3200-33FF, U+3400-4DBF, U+4E00-9FFF, U+F900-FAFF, U+FE30-FE4F, U+FF00-FFEF;
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('NotoSansSC/NotoSansSC-Bold.woff2') format('woff2');
  unicode-range:
    U+2000-206F, U+2E80-2EFF, U+3000-303F, U+3200-33FF, U+3400-4DBF, U+4E00-9FFF, U+F900-FAFF, U+FE30-FE4F, U+FF00-FFEF;
}
