:root {
    --body-text-color: #000000;
    --header-footer-color: #F7931D;
    --error-color: #e85858;
    --bg-color: #F7F7F7;
    --progress-inactive-color: #58595B;
    --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: #F8A33F;
    --header-footer-color-darken-15: #D27D19;
    --header-footer-hover: #D27D19;
    --action-color-text: #F7931D;
}