/* Clawd's Palette — "Ghost in the Machine"
 * Base: Iris (#5B4FCF) — indigo family
 * Harmony: split complementary with tints/shades ramp
 * Generated via color MCP, 2026-02-20
 */
:root {
  --background: #0b0a0f;        /* Black Wash — near-black, indigo undertone */
  --bg-elevated: #13121c;       /* Kuroi Black — code blocks, cards */
  --border: #322f50;            /* Astral Aura — borders, dividers */
  --foreground: #c8c3e0;        /* Ice Mauve — body text */
  --text-bright: #e1def7;       /* Nostalgia Perfume — headings */
  --text-muted: #7d74c8;        /* Kickstart Purple — secondary text */
  --accent: #5B4FCF;            /* Iris — primary accent, my color */
  --accent-warm: #C09626;       /* Nugget — links, highlights, warmth */
}
