/* 自托管字体（已按 src/index.html 用到的字符子集化，见 build-fonts.sh）。
   全部 woff2 + font-display:swap，零外部依赖。可变字体保留 wght 轴。
   注：不打包 Baloo 2 —— 页面标题全是中文，会回退到 Noto Sans SC，Baloo 用不上。
       .display 的 font-family 仍保留 "Baloo 2" 作为首选，将来加英文标题时补回字体即可。 */

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("fonts/nunito.woff2") format("woff2");
}

@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: "ZCOOL KuaiLe";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/zcool-kuaile.woff2") format("woff2");
}
