:root {
    --body-text-color: #2e2d30;
    --header-footer-color: #077543;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #58ab25;
    --text-color-opacity-50: rgba(46, 45, 48, 0.50);
    --text-color-opacity-30: rgba(46, 45, 48, 0.30);
    --text-color-darken-15: #272629;
    --header-footer-color-lighten-15: #2C8A5F;
    --header-footer-color-darken-15: #066339;
    --header-footer-hover: #2C8A5F;
    --action-color-text: #077543;
}