/* Leadmate — design tokens v1 */
:root {
  /* Marque — violet compagnon */
  --mate-50: #f3f1ff;
  --mate-100: #e8e4ff;
  --mate-200: #cfc8ff;
  --mate-300: #afa3ff;
  --mate-400: #8d79ff;
  --mate-500: #6d5df6;
  --mate-600: #5147e5; /* primaire */
  --mate-700: #4138c7;
  --mate-800: #332ca0;
  --mate-900: #262170;

  /* Accent — corail étincelle */
  --coral-100: #ffe8e0;
  --coral-300: #ffab98;
  --coral-400: #ff8a6b;
  --coral-500: #ff7a59; /* accent */
  --coral-600: #f25a38;

  /* Neutres chauds */
  --ink: #26243d;
  --ink-soft: #5d5a75;
  --ink-mute: #8b88a3;
  --line: #e9e6f0;
  --paper: #fbf9f5; /* fond page */
  --surface: #ffffff;

  /* Statuts */
  --success: #2fa36b;
  --warning: #e8930c;
  --danger: #e5484d;

  /* Dégradé marque */
  --mate-gradient: linear-gradient(135deg, #7a68ff 0%, #4f3fe3 100%);

  /* Typographie */
  --font-sans: "Manrope", "Segoe UI", system-ui, sans-serif;
  --font-mono: "Geist Mono", ui-monospace, "SF Mono", monospace;

  /* Rayons */
  --radius-s: 8px;
  --radius-m: 14px;
  --radius-l: 22px;

  /* Ombres chaudes */
  --shadow-s: 0 1px 2px rgba(38, 36, 61, 0.06);
  --shadow-m: 0 6px 24px rgba(38, 36, 61, 0.09);
}
