:root {
    --body-text-color: #000000;
    --header-footer-color: #EB8245;
    --error-color: #e85858;
    --bg-color: #F7F7F7;
    --progress-inactive-color: #EB8245;
    --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: #EE9561;
    --header-footer-color-darken-15: #C86F3B;
    --header-footer-hover: #C86F3B;
    --action-color-text: #EB8245;
}