:root {
    --body-text-color: #260071;
    --header-footer-color: #2622F7;
    --error-color: #e85858;
    --bg-color: #FFF2E2;
    --progress-inactive-color: #ED5334;
    --text-color-opacity-50: rgba(38, 0, 113, 0.50);
    --text-color-opacity-30: rgba(38, 0, 113, 0.30);
    --text-color-darken-15: #200060;
    --header-footer-color-lighten-15: #4743F8;
    --header-footer-color-darken-15: #201DD2;
    --header-footer-hover: #201DD2;
    --action-color-text: #2622F7;
}