:root {
    --body-text-color: #412970;
    --header-footer-color: #412970;
    --error-color: #e85858;
    --bg-color: #F7F7F7;
    --progress-inactive-color: #767676;
    --text-color-opacity-50: rgba(65, 41, 112, 0.50);
    --text-color-opacity-30: rgba(65, 41, 112, 0.30);
    --text-color-darken-15: #37235F;
    --header-footer-color-lighten-15: #5E4985;
    --header-footer-color-darken-15: #37235F;
    --header-footer-hover: #5E4985;
    --action-color-text: #412970;
}