:root {
    --body-text-color: #4BA783;
    --header-footer-color: #F6CA50;
    --error-color: #e85858;
    --bg-color: #F7F7F7;
    --progress-inactive-color: #E096F5;
    --text-color-opacity-50: rgba(75, 167, 131, 0.50);
    --text-color-opacity-30: rgba(75, 167, 131, 0.30);
    --text-color-darken-15: #408E6F;
    --header-footer-color-lighten-15: #F7D26A;
    --header-footer-color-darken-15: #D1AC44;
    --header-footer-hover: #D1AC44;
    --action-color-text: #F6CA50;
}