:root,
*:before,
*:after {
  --theme-color: #a4cd39;
  --theme-contrast-color: #ffffff;
  --theme-darken-color: #94b933;
  --theme-darken-color-5: #9cc336;
  --theme-darken-color-10: #94b933;
  --theme-darken-color-20: #83a42e;
  --theme-darken-color-25: #7b9a2b;
  --theme-darken-color-30: #739028;
  --theme-darken-color-40: #627b22;
  --theme-darken-color-50: #52671d;
  --theme-darken-color-60: #425217;
  --theme-darken-color-70: #313e11;
  --theme-darken-color-80: #21290b;

  --theme-lighten-color: #ffffd2;
  --theme-lighten-color-70: #f1ff86;

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

  --theme-background-image: none;

  --background-opacity-95: rgba(164, 205, 57, 0.95);
}
