:root {
    --body-text-color: #161616;
    --header-footer-color: #b72c2c;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #dcdcdc;
    --text-color-opacity-50: rgba(22, 22, 22, 0.50);
    --text-color-opacity-30: rgba(22, 22, 22, 0.30);
    --text-color-darken-15: #131313;
    --header-footer-color-lighten-15: #C24C4C;
    --header-footer-color-darken-15: #9C2525;
    --header-footer-hover: #C24C4C;
    --action-color-text: #b72c2c;
}