:root {

  --base-primary: #2f6d41;
  --base-primary-medium: #5ab283;
  --base-primary-soft: #cbe3d4;
  --base-secondary: #009e8f;
  --base-secondary-medium: #33c4b2;
  --base-secondary-soft: #c4eee5;

}
:root {
  --base-primary: #1f4d33;
  --base-primary-medium: #3b8f6b;
  --base-primary-soft: #a8d6c0;

  --base-secondary: #007d75;
  --base-secondary-medium: #33a49f;
  --base-secondary-soft: #8dd7d0;
}
:root {
  --base-primary: #225e4a;
  --base-primary-medium: #4ba57b;
  --base-primary-soft: #b2e1d1;

  --base-secondary: #009a9f;
  --base-secondary-medium: #33b4b8;
  --base-secondary-soft: #8ce0e3;
}
:root {
  --base-primary: #1c503f;
  --base-primary-medium: #3a8a6f;
  --base-primary-soft: #a4d9c7;

  --base-secondary: #008c99;
  --base-secondary-medium: #33b0b8;
  --base-secondary-soft: #7fdde1;
}
:root {
  --base-primary: #1e6045;
  --base-primary-medium: #48a27b;
  --base-primary-soft: #b5e6d6;

  --base-secondary: #00a3a3;
  --base-secondary-medium: #33bfbf;
  --base-secondary-soft: #9ff0f0;
}
:root {
  --base-primary: #183f30;
  --base-primary-medium: #2f7b60;
  --base-primary-soft: #92cfc1;

  --base-secondary: #007d85;
  --base-secondary-medium: #339da3;
  --base-secondary-soft: #7fd5d9;
}

:root {/*moui*/
  --base-primary: #214f3f;        /* foncé, légèrement bleuâtre */
  --base-primary-medium: #3e8870; /* vif et froid */
  --base-primary-soft: #a0d9ca;   /* clair et doux */

  --base-secondary: #009ba0;      /* turquoise accent */
  --base-secondary-medium: #33b4b7;
  --base-secondary-soft: #80e1e2;
}
:root {
  --base-primary: #1b5250;        /* sombre et froid, tire sur le bleu */
  --base-primary-medium: #2d7a78; /* moyen vif */
  --base-primary-soft: #7fc3c0;   /* pastel clair */

  --base-secondary: #008c97;      /* accent turquoise-bleu */
  --base-secondary-medium: #33aeb5;
  --base-secondary-soft: #80dbe1;
}
:root {/* vif contrasté */
  --base-primary: #2b5040;        /* foncé, froid */
  --base-primary-medium: #4c8a71; /* lumineux et froid */
  --base-primary-soft: #a4d6c5;   /* doux pour surfaces */

  --base-secondary: #00a5a5;      /* cyan pour accent / liens */
  --base-secondary-medium: #33c0c0;
  --base-secondary-soft: #80eaea;
}
:root {
  --base-primary: #1f4b3d;        /* sombre, profond */
  --base-primary-medium: #3c7f6a; /* vif et équilibré */
  --base-primary-soft: #9cd4c1;   /* clair et apaisant */

  --base-secondary: #009b9c;      /* turquoise accent */
  --base-secondary-medium: #33bdbd;
  --base-secondary-soft: #80e5e5;
}
:root {/*ok */
 --base-primary: #225e4a;
  --base-primary-medium: #4ba57b;
  --base-primary-soft: #b2e1d1;  /* clair pour fonds / survols */

  --base-secondary: #006e7d;      /* accent bleu-turquoise */
  --base-secondary-medium: #339ba9;
  --base-secondary-soft: #7fd4de;
}