:root,
*:before,
*:after {
  --theme-color: #27a277;
  --theme-contrast-color: #ffffff;
  --theme-darken-color: #23926b;
  --theme-darken-color-5: #259a71;
  --theme-darken-color-10: #23926b;
  --theme-darken-color-20: #1f825f;
  --theme-darken-color-25: #1d7a59;
  --theme-darken-color-30: #1b7153;
  --theme-darken-color-40: #176147;
  --theme-darken-color-50: #14513c;
  --theme-darken-color-60: #104130;
  --theme-darken-color-70: #0c3124;
  --theme-darken-color-80: #082018;

  --theme-lighten-color: #c0ffff;
  --theme-lighten-color-70: #74efc4;

  --darken-contrast-color-5: #f2f2f2;
  --darken-contrast-color-8: #ebebeb;

  --theme-background-image: none;

  --background-opacity-95: rgba(39, 162, 119, 0.95);
}
