:root {
    --body-text-color: #2C2C2C;
    --header-footer-color: #00a8ab;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #1e489e;
    --text-color-opacity-50: rgba(44, 44, 44, 0.50);
    --text-color-opacity-30: rgba(44, 44, 44, 0.30);
    --text-color-darken-15: #252525;
    --header-footer-color-lighten-15: #26B5B8;
    --header-footer-color-darken-15: #008F91;
    --header-footer-hover: #26B5B8;
    --action-color-text: #00a8ab;
}