:root,
*:before,
*:after {
  --theme-color: #ffa200;
  --theme-contrast-color: #ffffff;
  --theme-darken-color: #e69200;
  --theme-darken-color-5: #f29a00;
  --theme-darken-color-10: #e69200;
  --theme-darken-color-20: #cc8200;
  --theme-darken-color-25: #bf7a00;
  --theme-darken-color-30: #b37100;
  --theme-darken-color-40: #996100;
  --theme-darken-color-50: #805100;
  --theme-darken-color-60: #664100;
  --theme-darken-color-70: #4d3100;
  --theme-darken-color-80: #332000;

  --theme-lighten-color: #ffff99;
  --theme-lighten-color-70: #ffef4d;

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

  --theme-background-image: none;

  --background-opacity-95: rgba(255, 162, 0, 0.95);
}
