:root {
    --body-text-color: #1D2328;
    --header-footer-color: #2F8BCB;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #767676;
    --text-color-opacity-50: rgba(29, 35, 40, 0.50);
    --text-color-opacity-30: rgba(29, 35, 40, 0.30);
    --text-color-darken-15: #191E22;
    --header-footer-color-lighten-15: #4E9CD3;
    --header-footer-color-darken-15: #2876AD;
    --header-footer-hover: #4E9CD3;
    --action-color-text: #2F8BCB;
}