/* ─────────────────────────────────────────
   variables.css — Design tokens EcloZen
───────────────────────────────────────── */

:root {
  /* Palette */
  --teal-deep:  #1a6b6b;
  --teal-mid:   #2a9090;
  --teal-soft:  #4abfbf;
  --aqua:       #7dd8d8;
  --mist:       #b8ecec;
  --foam:       #dff6f5;
  --cloud:      #f0fbfb;
  --white:      #fafefe;

  /* Texte */
  --text-dark:  #1a3a3a;
  --text-mid:   #2e5e5e;
  --text-light: #6fa8a8;

  /* Accent */
  --gold:       #c8a96e;
  --gold-light: #e8d5a8;
}
