:root,
*:before,
*:after {
  --theme-color: #a42b5f;
  --theme-contrast-color: #ffffff;
  --theme-darken-color: #942756;
  --theme-darken-color-5: #9c295a;
  --theme-darken-color-10: #942756;
  --theme-darken-color-20: #83224c;
  --theme-darken-color-25: #7b2047;
  --theme-darken-color-30: #731e43;
  --theme-darken-color-40: #621a39;
  --theme-darken-color-50: #521630;
  --theme-darken-color-60: #421126;
  --theme-darken-color-70: #310d1d;
  --theme-darken-color-80: #210913;

  --theme-lighten-color: #ffc4f8;
  --theme-lighten-color-70: #f178ac;

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

  --theme-background-image: none;

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