/* System font stacks avoid network font downloads and layout shifts on first paint. */
:root {
  --font-display: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  --font-body: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  --font-ui: system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-utility: ui-monospace, "SFMono-Regular", Consolas, monospace;
}
