:root {
    --body-text-color: #5C4181;
    --header-footer-color: #FF595E;
    --error-color: #e85858;
    --bg-color: #65B7EB;
    --progress-inactive-color: #8AC926;
    --text-color-opacity-50: rgba(92, 65, 129, 0.50);
    --text-color-opacity-30: rgba(92, 65, 129, 0.30);
    --text-color-darken-15: #4E376E;
    --header-footer-color-lighten-15: #FF7276;
    --header-footer-color-darken-15: #D94C50;
    --header-footer-hover: #D94C50;
    --action-color-text: #FF595E;
}