
:root,
:before,
:after {
  --theme-color: #6c2c7f;
  --theme-contrast-color: #ffffff;
  --theme-darken-color: #612872;
  --theme-darken-color-70: #4c1f59;

  --theme-lighten-color-40: #9454a7;
  --theme-lighten-color-70: #b272c5;
  --theme-lighten-color-100: #d090e3;

  --theme-opacity-theme-color-10: rgba(108, 44, 127, 0.1);
  --theme-opacity-theme-color-30: rgba(108, 44, 127, 0.3);

  --theme-darken-contrast-color: #e6e6e6;
}
