:root {
  color-scheme: light;
  --cg-bg: #fffdf8;
  --cg-surface: #fffdf8;
  --cg-ink: #302426;
  --cg-muted: #6f5d60;
  --cg-line: #e6d6d8;
  --cg-accent: #8f1d2b;
  --cg-accent-hover: #731521;
  --cg-accent-light: #c9828c;
  --cg-accent-soft: #f6e8ea;
  --cg-dark: #40131a;
  --cg-on-dark: #fffdf8;
  --cg-dark-muted: #e6bcc2;
  --cg-dark-line: #8e5660;
  --cg-node-muted: #c9828c;
  --cg-node-quiet: #ead0d4;
  --cg-stop: #786467;
  --cg-error: #a62936;
  --cg-font: "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
  --cg-reading: 800px;
  --cg-content: 1280px;
  --cg-radius: 8px;
  --cg-header-h: 88px;
  --cg-ease: cubic-bezier(.22, .68, 0, 1.01);
  --cg-s1: 8px;
  --cg-s2: 16px;
  --cg-s3: 24px;
  --cg-s4: 32px;
  --cg-s6: 48px;
  --cg-s8: 64px;
  --cg-s12: 96px;
  --cg-s16: 128px;
}
