/* 自托管字体（可变字体，已按全站用字子集化，共约 300KB）
   如站点新增文案出现字体回退，重跑 tools/subset_fonts.py 扩充字符集 */
@font-face {
  font-family: "Noto Sans SC";
  src: url("../fonts/NotoSansSC-var.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-var.woff2") format("woff2-variations");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/JetBrainsMono-var.woff2") format("woff2-variations");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
