/**
 * Noto Sans SC — 本地可变字体（与 Google Fonts CSS2 的 300/400/500/700/900 等效）
 * 字体文件：NotoSansSC-wght-variable.ttf（见同目录 README）
 */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('NotoSansSC-wght-variable.ttf') format('truetype-variations'),
       url('NotoSansSC-wght-variable.ttf') format('truetype');
}
