:root {
    --body-text-color: #121212;
    --header-footer-color: #E4251B;
    --error-color: #e85858;
    --bg-color: #FFFFFF;
    --progress-inactive-color: #767676;
    --text-color-opacity-50: rgba(18, 18, 18, 0.50);
    --text-color-opacity-30: rgba(18, 18, 18, 0.30);
    --text-color-darken-15: #0F0F0F;
    --header-footer-color-lighten-15: #E8463D;
    --header-footer-color-darken-15: #C21F17;
    --header-footer-hover: #E8463D;
    --action-color-text: #E4251B;
}