:root {
    --body-text-color: #8A0CBD;
    --header-footer-color: #8B06B0;
    --error-color: #e85858;
    --bg-color: #E5C0F3;
    --progress-inactive-color: #FBFBFB;
    --text-color-opacity-50: rgba(138, 12, 189, 0.50);
    --text-color-opacity-30: rgba(138, 12, 189, 0.30);
    --text-color-darken-15: #750AA1;
    --header-footer-color-lighten-15: #9C2BBC;
    --header-footer-color-darken-15: #760596;
    --header-footer-hover: #9C2BBC;
    --action-color-text: #8B06B0;
}