:root {
    --body-text-color: #000000;
    --header-footer-color: #d52032;
    --error-color: #e85858;
    --bg-color: #efefef;
    --progress-inactive-color: #fae6e6;
    --text-color-opacity-50: rgba(0, 0, 0, 0.50);
    --text-color-opacity-30: rgba(0, 0, 0, 0.30);
    --text-color-darken-15: #000000;
    --header-footer-color-lighten-15: #DB4151;
    --header-footer-color-darken-15: #B51B2B;
    --header-footer-hover: #DB4151;
    --action-color-text: #d52032;
}