/* P13 Task 9 自托管字体子集：Noto Sans SC（SIL OFL 1.1，许可证见同目录 OFL.txt）。
   只保留 web 源码实际用到的字形（清单见同目录 glyphs.txt），由 scripts/subset-fonts.sh 生成；
   未覆盖的字符由 tokens.css --f-sans 栈中的系统中文字体逐字符回退。 */
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("noto-sans-sc-ui-400.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("noto-sans-sc-ui-500.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("noto-sans-sc-ui-600.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("noto-sans-sc-ui-700.woff2") format("woff2");
}
