:root {
  /* Palette officielle Envie en Vue */
  --color-coral: #f3a483;
  --color-turquoise: #69c9c3;
  --color-raspberry: #c64b67;
  --color-plum: #403a5c;
  --color-turquoise-deep: #287f86;

  --color-bg: #f5f3fa;
  --color-lilac: #e7e1f0;
  --color-cream: #fff8f3;
  --color-card: #ffffff;
  --color-border: #e5dde9;
  --color-text-muted: #7b768c;

  --color-coral-pale: #fcebe5;
  --color-turquoise-pale: #e8f7f6;
  --color-raspberry-pale: #fbecef;
  --color-lilac-pale: #f1edf6;
  --color-cream-strong: #fff3e5;
  --color-neutral-pale: #eeebf2;

  --color-success: #287f86;
  --color-warning: #9b6b21;
  --color-danger: #a43d56;

  --font-family: "Nunito", "Avenir Next", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.375rem;
  --font-size-2xl: clamp(1.75rem, 4vw, 2.6rem);

  --line-height-tight: 1.2;
  --line-height-normal: 1.55;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --radius-pill: 999px;

  --shadow-sm: 0 5px 16px rgba(64, 58, 92, 0.08);
  --shadow-md: 0 12px 32px rgba(64, 58, 92, 0.11);

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;

  --container: 1180px;
  --header-height: 72px;
  --focus-ring: 0 0 0 4px rgba(105, 201, 195, 0.32);
}
