:root {
  /* Main colors */
  --accent-color: #5F1937; /* grenat */
  --accent-color-nuance: #ece4e7; 
  --text-color: #0E0E0E; /* gris noir */
  --border-color: #dcdcdc; /* gris clair */
  --white-color: #FFFFFF; /* blanc */

  /* Pastels */
  --light-accent-color: #ECE4E7; /* grenat pastel */

  /* Secondary colors */
  --rose: #FF96D2;
  --rose-nuance:#FFD9EC;
  --bleu: #00B9FF;
  --bleu-nuance: #C6EEFF;
  --vert: #32B496;
  --vert-nuance: #C6EFE4;
  --corail: #FF6E6E;
  --corail-nuance: #FFD2D2;
  --orange: #F09150;
  --orange-nuance: #FFD7B5;
  --jaune: #FFC82D;
  --jaune-nuance: #FFF1B8;
  --gris: #F0F0F0;
  --gris-nuance: #F0F0F0;

  /* CTA colors */
  --light-corail: #ff7c7c;
  --dark-corail: #cc5858;
}
