/* 本地自托管字体（SIL OFL 1.1 开源许可，可免费商用）
   Noto Sans SC / Inter：Google Fonts 官方可变字体，已按网站字符集裁剪子集 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./Inter-subset.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./NotoSansSC-subset.woff2') format('woff2-variations');
}
