/* fonts.css — 自托管 Geist / Geist Mono（Vercel, OFL 许可）
   可变字体，按需合成字重；中文回退系统字体。 */
@font-face {
  font-family: "Geist";
  src: url("/vendor/fonts/Geist-Variable.woff2") format("woff2-variations");
  font-weight: 100 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Geist Mono";
  src: url("/vendor/fonts/GeistMono-Variable.woff2") format("woff2-variations");
  font-weight: 100 900; font-style: normal; font-display: swap;
}
