/* Mihai unified design tokens — shared WordPress + Lead OS (v1) */
:root {
  --brand-cyan: #08bce8;
  --brand-cyan-dark: #008fb6;
  --ink-950: #111820;
  --ink-800: #26313b;
  --ink-600: #596775;
  --line: #dde5ea;
  --rail-ink: #e8eef2;
  --surface: #ffffff;
  --canvas: #f6f8f9;
  --success: #168A5B;
  --warning: #A65A00;
  --danger: #C83D4B;
  --rail-width: 272px;
  --nav-height: 72px;
  --content-max: 1240px;
  --radius: 16px;
  --tap: 44px;
  --font: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --shadow: 0 1px 2px rgba(17, 24, 32, 0.06);
}
