/* ═══════════════════════════════════════════════════════════════════════
   CERES — Shared design tokens
   Loaded by both the planning tools (/) and the investor deck (/deck/...).
   Edit here to change palette/typography across the entire site.
   ═══════════════════════════════════════════════════════════════════════ */

:root {
  /* ── Palette: Warm Ruins, Overgrown ─────────────────────────────────── */
  --obsidian: #0E0B08;            /* cable-black */
  --obsidian-2: #1A1510;           /* slight lift */
  --marble: #F2E9D8;               /* sun-bleached */
  --marble-2: #E8DCC4;
  --limestone: #D6C9A8;            /* card fill on light */
  --brass: #B98A3C;                /* golden hour, accent */
  --brass-dim: #7a5a26;
  --moss: #3F4A2A;                 /* vegetation, the green thread */
  --moss-2: #5A6A3A;
  --terracotta: #8B6A3E;           /* dusk stone mid-tone */
  --ink: #1E1812;                  /* text on marble */
  --ink-2: #4A3E2E;                /* secondary text */
  --ink-3: #7A6A55;                /* tertiary */
  --rule: rgba(30, 24, 18, 0.18);
  --rule-dim: rgba(30, 24, 18, 0.10);
  --rule-dark: rgba(242, 233, 216, 0.22);

  /* ── Typography ─────────────────────────────────────────────────────── */
  --font-display: 'Cinzel', serif;
  --font-italic: 'Cormorant Garamond', serif;
  --font-body: 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;
}
