:root {
    --body-text-color: #5E5E5E;
    --header-footer-color: #E70F07;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #767676;
    --text-color-opacity-50: rgba(94, 94, 94, 0.50);
    --text-color-opacity-30: rgba(94, 94, 94, 0.30);
    --text-color-darken-15: #505050;
    --header-footer-color-lighten-15: #EB332C;
    --header-footer-color-darken-15: #C40D06;
    --header-footer-hover: #EB332C;
    --action-color-text: #E70F07;
}