:root {
    --body-text-color: #000000;
    --header-footer-color: #6A2471;
    --error-color: #e85858;
    --bg-color: #EC822B;
    --progress-inactive-color: #588240;
    --text-color-opacity-50: rgba(0, 0, 0, 0.50);
    --text-color-opacity-30: rgba(0, 0, 0, 0.30);
    --text-color-darken-15: #000000;
    --header-footer-color-lighten-15: #804586;
    --header-footer-color-darken-15: #5A1F60;
    --header-footer-hover: #804586;
    --action-color-text: #6A2471;
}