/* Crypt of Echoes 1.0. Self-contained: no CDN, font imports or trackers. */
:root {
  --ce-obsidian: #0B0B0D;
  --ce-tombstone: #6E7076;
  --ce-echo-teal: #5E7F82;
  --ce-parchment: #E6DFD3;
  --ce-aged-silver: #B9BCC2;
  --ce-candlelight: #C8B28A;
  --ce-deep-teal: #2D5154;
  --ce-mist: #8EB6B8;
  --ce-paper: #FAF8F4;
  --ce-surface: #151A1B;
  --ce-font-display: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  --ce-font-body: "Inter", Arial, sans-serif;
  --ce-font-editorial: "EB Garamond", Georgia, serif;
  --ce-background: var(--ce-obsidian);
  --ce-foreground: var(--ce-parchment);
  --ce-muted: var(--ce-aged-silver);
  --ce-link: var(--ce-mist);
  --ce-panel: var(--ce-surface);
  --ce-border: var(--ce-echo-teal);
  --ce-focus: var(--ce-candlelight);
  --ce-space-1: 4px; --ce-space-2: 8px; --ce-space-3: 12px;
  --ce-space-4: 16px; --ce-space-6: 24px; --ce-space-8: 32px;
  --ce-space-12: 48px; --ce-space-16: 64px; --ce-space-24: 96px;
  --ce-radius-control: 3px; --ce-radius-card: 6px;
  --ce-max-width: 1200px; --ce-reading-width: 68ch;
  color-scheme: dark;
}
.ce-light, [data-ce-theme="light"] {
  --ce-background: var(--ce-paper); --ce-foreground: var(--ce-obsidian);
  --ce-muted: var(--ce-deep-teal); --ce-link: var(--ce-deep-teal);
  --ce-panel: var(--ce-parchment); --ce-border: var(--ce-deep-teal);
  --ce-focus: var(--ce-deep-teal); color-scheme: light;
}
