:root {
    --body-text-color: #050005;
    --header-footer-color: #f52933;
    --error-color: #e85858;
    --bg-color: #fafaf7;
    --progress-inactive-color: #bfbfbf;
    --text-color-opacity-50: rgba(5, 0, 5, 0.50);
    --text-color-opacity-30: rgba(5, 0, 5, 0.30);
    --text-color-darken-15: #040004;
    --header-footer-color-lighten-15: #F74952;
    --header-footer-color-darken-15: #D0232B;
    --header-footer-hover: #D0232B;
    --action-color-text: #f52933;
}