:root{
  --white: #ffffff;
  --cream: #fbf6f1;
  --green: #1cabad;
}

/* ##### WHITE ##### */
.background-white {background-color: #ffffff !important}
.text-white {color: #ffffff !important}
.text-white * {color: #ffffff !important}

/* ##### CREAM ##### */
.background-cream {background-color: #fbf6f1 !important}
.text-cream {color: #fbf6f1 !important}
.text-cream * {color: #fbf6f1 !important}

/* ##### GREEN ##### */
.background-green {background-color: #1cabad !important}
.text-green {color: #1cabad !important}
.text-green * {color: #1cabad !important}

