:root {
  --cd-ink: #1c1917;
  --cd-ink-soft: #44403c;
  --cd-muted: #6f6862;
  --cd-faint: #a8a29e;
  --cd-paper: #faf8f5;
  --cd-paper-2: #f4f1ec;
  --cd-card: #ffffff;
  --cd-line: #e7e5e4;
  --cd-line-soft: #efece7;
  --cd-live: #15803d;
  --cd-live-bg: #f0f7f1;
  --cd-accent: #0f6b33;
  --cd-warn: #b91c1c;
  --cd-warn-bg: #fbf2f1;
  --cd-btn: #1c1917;
  --cd-btn-ink: #faf8f5;
  --cd-serif: "Instrument Serif", Georgia, "Times New Roman", serif;
  --cd-sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --cd-mono: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --cd-wrap: 1120px;
  --cd-radius: 14px;
  --cd-shadow: 0 1px 2px rgba(28,25,23,.04), 0 12px 40px -18px rgba(28,25,23,.22);
}
