/* Chinese web font for /zh/ pages only. Subset of Noto Sans SC (variable)
   covering every character used on the zh pages (~1.1k glyphs, ~280KB).
   Regenerate with fonttools pyftsubset when zh copy changes. */
@font-face {
  font-family: 'Noto Sans SC';
  src: url('/static/fonts/NotoSansSC-zh.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-regular: "Inter Variable", "Noto Sans SC", "SF Pro Display", -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", sans-serif;
  --font-mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, "Noto Sans SC", monospace;
}
