:root,
*:before,
*:after {
  --theme-color: #c81e1e;
  --theme-contrast-color: #f3eeee;
  --theme-darken-color: #b41b1b;
  --theme-darken-color-5: #be1d1d;
  --theme-darken-color-10: #b41b1b;
  --theme-darken-color-20: #a01818;
  --theme-darken-color-25: #961717;
  --theme-darken-color-30: #8c1515;
  --theme-darken-color-40: #781212;
  --theme-darken-color-50: #640f0f;
  --theme-darken-color-60: #500c0c;
  --theme-darken-color-70: #3c0909;
  --theme-darken-color-80: #280606;

  --theme-lighten-color: #ffb7b7;
  --theme-lighten-color-70: #ff6b6b;

  --darken-contrast-color-5: #e7e2e2;
  --darken-contrast-color-8: #e0dbdb;

  --theme-background-image: none;

  --background-opacity-95: rgba(200, 30, 30, 0.95);
}
