:root {
  /* GENERAL COLORS */
  /* GREENS [PRIMARY]*/
  --variable-color-green-1: #c4d600;
  --variable-color-green-2: #364508;
  --variable-color-green-3: #4f650b;
  --variable-color-green-4: #a3b200;
  --variable-color-green-5: #dfed43;
  --variable-color-green-6: #f3faa0;
  --variable-color-green-7: #fcffde;
  --variable-color-green-8: #fefff7;

  /* BLUES [SECONDARY]*/
  --variable-color-blue-1: #23305e;
  --variable-color-blue-2: #10162a;
  --variable-color-blue-3: #263467;
  --variable-color-blue-4: #6a7ec7;
  --variable-color-blue-5: #b3bee3;
  --variable-color-blue-6: #cdd4ec;
  --variable-color-blue-7: #e7ebf6;
  --variable-color-blue-8: #f9fafd;

  /* TURQUOISE [TERCIARY]  */
  --variable-color-turquoise-1: #00b6ae;
  --variable-color-turquoise-2: #005854;
  --variable-color-turquoise-3: #008d87;
  --variable-color-turquoise-4: #35fff6;
  --variable-color-turquoise-5: #97fffa;
  --variable-color-turquoise-6: #bafffc;
  --variable-color-turquoise-7: #defffe;
  --variable-color-turquoise-8: #f7ffff;

  /* DARK GREY */
  --variable-color-dark-grey-1: #010101; /*BLACK*/
  --variable-color-dark-grey-2: #191919;
  --variable-color-dark-grey-3: #343434;
  --variable-color-dark-grey-4: #4c4c4c;
  --variable-color-dark-grey-5: #676767;
  --variable-color-dark-grey-6: #7f7f7f;

  /* LIGHT GREY */
  --variable-color-light-grey-1: #989898;
  --variable-color-light-grey-2: #cbcbcb;
  --variable-color-light-grey-3: #e5e5e5;
  --variable-color-light-grey-4: #f1f1f1;
  --variable-color-light-grey-5: #fbfbfb;
  --variable-color-light-grey-6: #ffffff; /*WHITE*/

  /* FEEDABACK */
  /* APPROVED */
  --variable-color-approved-1: #24d353;
  --variable-color-approved-2: #0b431a;
  --variable-color-approved-3: #126c2a;
  --variable-color-approved-4: #1dad44;
  --variable-color-approved-5: #a6f0ba;
  --variable-color-approved-6: #d6f8df;
  --variable-color-approved-7: #f0fdf3;
  --variable-color-approved-8: #f9fefa;

  /* WARNING */
  --variable-color-warning-1: #f9b623;
  --variable-color-warning-2: #493202;
  --variable-color-warning-3: #7e5803;
  --variable-color-warning-4: #c98b05;
  --variable-color-warning-5: #fcdd9a;
  --variable-color-warning-6: #fef0d1;
  --variable-color-warning-7: #fef9ee;
  --variable-color-warning-8: #fffdf8;

  /* ERROR*/
  --variable-color-error-1: #e75e5e;
  --variable-color-error-2: #440a0a;
  --variable-color-error-3: #711111;
  --variable-color-error-4: #b01a1a;
  --variable-color-error-5: #f2a4a4;
  --variable-color-error-6: #f9d5d5;
  --variable-color-error-7: #fdf0f0;
  --variable-color-error-8: #fef9f9;

  /* INFO */
  --variable-color-info-4: #096BC1;
  --variable-color-info-5: #0487F9;
  --variable-color-info-7: #D0E8FD;
  --variable-color-info-8: #EAF5FE;

  /* SUCCESS */
  --variable-color-success-5: #4BD72A;
  --variable-color-success-8: #F1FEEE;


  /* COLORS BY PROFILE */
  /* SVE */
  --variable-color-profile-sve-1: var(--variable-color-green-1);
  --variable-color-profile-sve-2: var(--variable-color-blue-1);
  --variable-color-profile-sve-3: var(--variable-color-blue-5);
  --variable-color-profile-sve-4: var(--variable-color-dark-grey-1);
  --variable-color-profile-sve-5: var(--variable-color-light-grey-1);

  /* SVT */
  --variable-color-profile-svt-1: var(--variable-color-green-1);
  --variable-color-profile-svt-2: var(--variable-color-turquoise-1);
  --variable-color-profile-svt-3: var(--variable-color-turquoise-2);
  --variable-color-profile-svt-4: var(--variable-color-dark-grey-1);
  --variable-color-profile-svt-5: var(--variable-color-light-grey-1);
}
