:root {
    --body-text-color: #603F83;
    --header-footer-color: #EE1C25;
    --error-color: #e85858;
    --bg-color: #F7F7F7;
    --progress-inactive-color: #3A4A58;
    --text-color-opacity-50: rgba(96, 63, 131, 0.50);
    --text-color-opacity-30: rgba(96, 63, 131, 0.30);
    --text-color-darken-15: #52366F;
    --header-footer-color-lighten-15: #F13E46;
    --header-footer-color-darken-15: #CA181F;
    --header-footer-hover: #CA181F;
    --action-color-text: #EE1C25;
}