/* System font stack for a fast developer-tool docs site.
   External font hosts are intentionally avoided because they are often slow
   or blocked on mainland China networks. */

:root {
  --sans:  "Geist", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI Variable", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  --serif: var(--sans);
  --mono:  "Geist Mono", "JetBrains Mono", ui-monospace, "SFMono-Regular", "Cascadia Mono", "Liberation Mono", Menlo, monospace;
}
