/* Self-hosted Noto subsets — site copy only (see scripts/build-noto-subsets.mjs) */
@font-face{
  font-family:'Noto Serif SC';
  src:url('/assets/fonts/noto/noto-serif-sc-300.woff2') format('woff2');
  font-weight:300;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Noto Serif SC';
  src:url('/assets/fonts/noto/noto-serif-sc-400.woff2') format('woff2');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Noto Serif SC';
  src:url('/assets/fonts/noto/noto-serif-sc-500.woff2') format('woff2');
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Noto Serif SC';
  src:url('/assets/fonts/noto/noto-serif-sc-600.woff2') format('woff2');
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Noto Sans SC';
  src:url('/assets/fonts/noto/noto-sans-sc-300.woff2') format('woff2');
  font-weight:300;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Noto Sans SC';
  src:url('/assets/fonts/noto/noto-sans-sc-400.woff2') format('woff2');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Noto Sans SC';
  src:url('/assets/fonts/noto/noto-sans-sc-500.woff2') format('woff2');
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
:root{
  --fzh:'Noto Serif SC','PingFang SC','Hiragino Sans GB','Microsoft YaHei',Georgia,serif!important;
  --fui:'Noto Sans SC',system-ui,-apple-system,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',sans-serif!important;
}
