:root {
    --body-text-color: #000000;
    --header-footer-color: #97e5fb;
    --error-color: #e85858;
    --bg-color: #fcfdff;
    --progress-inactive-color: #bfbfbf;
    --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: #A7E9FC;
    --header-footer-color-darken-15: #80C3D5;
    --header-footer-hover: #80C3D5;
    --action-color-text: #000000;
}