:root,
*:before,
*:after {
  --theme-color: #42235c;
  --theme-contrast-color: #ffffff;
  --theme-darken-color: #3b2053;
  --theme-darken-color-5: #3f2157;
  --theme-darken-color-10: #3b2053;
  --theme-darken-color-20: #351c4a;
  --theme-darken-color-25: #321a45;
  --theme-darken-color-30: #2e1940;
  --theme-darken-color-40: #281537;
  --theme-darken-color-50: #21122e;
  --theme-darken-color-60: #1a0e25;
  --theme-darken-color-70: #140b1c;
  --theme-darken-color-80: #0d0712;

  --theme-lighten-color: #dbbcf5;
  --theme-lighten-color-70: #8f70a9;

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

  --theme-background-image: none;

  --background-opacity-95: rgba(66, 35, 92, 0.95);
}
