:root {
    --body-text-color: #292829;
    --header-footer-color: #980000;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #78b236;
    --text-color-opacity-50: rgba(41, 40, 41, 0.50);
    --text-color-opacity-30: rgba(41, 40, 41, 0.30);
    --text-color-darken-15: #232223;
    --header-footer-color-lighten-15: #A72626;
    --header-footer-color-darken-15: #810000;
    --header-footer-hover: #A72626;
    --action-color-text: #980000;
}