/* 自托管字体 — 子集化（仅含站内实际使用的 1049 个字符）+ 可变字重
   彻底摆脱 Google Fonts 运行时依赖。路径相对本文件（assets/）。*/

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

@font-face {
  font-family: "Noto Serif SC";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("./fonts/noto-serif-sc.woff2") format("woff2");
}

@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("./fonts/source-serif-4.woff2") format("woff2");
}

@font-face {
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url("./fonts/source-serif-4-italic.woff2") format("woff2");
}
