:root {
    --body-text-color: #EA4F3A;
    --header-footer-color: #23152B;
    --error-color: #e85858;
    --bg-color: #F7F7F7;
    --progress-inactive-color: #DEDD1B;
    --text-color-opacity-50: rgba(234, 79, 58, 0.50);
    --text-color-opacity-30: rgba(234, 79, 58, 0.30);
    --text-color-darken-15: #C74331;
    --header-footer-color-lighten-15: #44384B;
    --header-footer-color-darken-15: #1E1225;
    --header-footer-hover: #44384B;
    --action-color-text: #23152B;
}