:root {
    --body-text-color: #000000;
    --header-footer-color: #9405F2;
    --error-color: #e85858;
    --bg-color: #FFFFFF;
    --progress-inactive-color: #05C7F2;
    --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: #A42BF4;
    --header-footer-color-darken-15: #7E04CE;
    --header-footer-hover: #A42BF4;
    --action-color-text: #9405F2;
}