:root {
    --body-text-color: #474747;
    --header-footer-color: #08bdd5;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #0090a3;
    --text-color-opacity-50: rgba(71, 71, 71, 0.50);
    --text-color-opacity-30: rgba(71, 71, 71, 0.30);
    --text-color-darken-15: #3C3C3C;
    --header-footer-color-lighten-15: #2DC7DB;
    --header-footer-color-darken-15: #07A1B5;
    --header-footer-hover: #2DC7DB;
    --action-color-text: #08bdd5;
}