:root {
    --body-text-color: #2E1A47;
    --header-footer-color: #5F259F;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #767676;
    --text-color-opacity-50: rgba(46, 26, 71, 0.50);
    --text-color-opacity-30: rgba(46, 26, 71, 0.30);
    --text-color-darken-15: #27163C;
    --header-footer-color-lighten-15: #7746AD;
    --header-footer-color-darken-15: #511F87;
    --header-footer-hover: #7746AD;
    --action-color-text: #5F259F;
}