:root,
*:before,
*:after {
  --theme-color: #f58225;
  --theme-contrast-color: #ffffff;
  --theme-darken-color: #dd7521;
  --theme-darken-color-5: #e97c23;
  --theme-darken-color-10: #dd7521;
  --theme-darken-color-20: #c4681e;
  --theme-darken-color-25: #b8621c;
  --theme-darken-color-30: #ac5b1a;
  --theme-darken-color-40: #934e16;
  --theme-darken-color-50: #7b4113;
  --theme-darken-color-60: #62340f;
  --theme-darken-color-70: #4a270b;
  --theme-darken-color-80: #311a07;

  --theme-lighten-color: #ffffbe;
  --theme-lighten-color-70: #ffcf72;

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

  --theme-background-image: none;

  --background-opacity-95: rgba(245, 130, 37, 0.95);
}
