:root {
    --body-text-color: #1D1D1B;
    --header-footer-color: #007979;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #EF7950;
    --text-color-opacity-50: rgba(29, 29, 27, 0.50);
    --text-color-opacity-30: rgba(29, 29, 27, 0.30);
    --text-color-darken-15: #191917;
    --header-footer-color-lighten-15: #268D8D;
    --header-footer-color-darken-15: #006767;
    --header-footer-hover: #268D8D;
    --action-color-text: #007979;
}