/* Inner Peace Time v2 — Design Tokens
   Source: Kathy moodboard — workspace-kathy/deliverables/innerpeace-v2/palette.md + typography.md */
:root {
  /* Background: Deep Charcoal */
  --color-navy: #0A0A0A;
  /* Foreground: Light Grey */
  --color-cream: #F0F0F0;
  /* Accent Primary: Vivid Violet */
  --color-teal: #6C47FF;
  /* Accent Primary dark variant */
  --color-teal-dark: #5535D4;
  /* Primary text: Light Grey */
  --color-text: #F0F0F0;
  /* Muted text: Medium Grey */
  --color-muted: #A0A0A0;
  --color-white: #ffffff;
  /* Borders/dividers: Dark Grey */
  --color-border: #333333;
  /* Accent Secondary: Electric Aqua */
  --color-accent: #00F0FF;
  /* Dark surface (slightly lighter than bg) */
  --color-surface: #111111;
  /* Emphasis: Golden Yellow */
  --color-emphasis: #FFD700;
  --shadow-soft: 0 20px 50px rgba(108, 71, 255, 0.18);
  --shadow-card: 0 12px 30px rgba(0, 0, 0, 0.45);
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1120px;
  --font-body: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-heading: 'Geist Display', 'Inter Tight', sans-serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
}
