:root {
    --body-text-color: #4F1878;
    --header-footer-color: #4BB7E8;
    --error-color: #e85858;
    --bg-color: #D0CBCA;
    --progress-inactive-color: #4BB7E8;
    --text-color-opacity-50: rgba(79, 24, 120, 0.50);
    --text-color-opacity-30: rgba(79, 24, 120, 0.30);
    --text-color-darken-15: #431466;
    --header-footer-color-lighten-15: #66C2EB;
    --header-footer-color-darken-15: #409CC5;
    --header-footer-hover: #409CC5;
    --action-color-text: #4BB7E8;
}