:root {
    --body-text-color: #000000;
    --header-footer-color: #05C3DD;
    --error-color: #e85858;
    --bg-color: #F2ECE0;
    --progress-inactive-color: #97D700;
    --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: #2BCCE2;
    --header-footer-color-darken-15: #04A6BC;
    --header-footer-hover: #2BCCE2;
    --action-color-text: #05C3DD;
}