:root {
    --body-text-color: #252626;
    --header-footer-color: #00AEEF;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #000060;
    --text-color-opacity-50: rgba(37, 38, 38, 0.50);
    --text-color-opacity-30: rgba(37, 38, 38, 0.30);
    --text-color-darken-15: #1F2020;
    --header-footer-color-lighten-15: #26BAF1;
    --header-footer-color-darken-15: #0094CB;
    --header-footer-hover: #26BAF1;
    --action-color-text: #00AEEF;
}