:root {
    --body-text-color: #494949;
    --header-footer-color: #00BAEB;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #B5B5B5;
    --text-color-opacity-50: rgba(73, 73, 73, 0.50);
    --text-color-opacity-30: rgba(73, 73, 73, 0.30);
    --text-color-darken-15: #3E3E3E;
    --header-footer-color-lighten-15: #26C4EE;
    --header-footer-color-darken-15: #009EC8;
    --header-footer-hover: #26C4EE;
    --action-color-text: #00BAEB;
}