:root {
    --body-text-color: #2d9c42;
    --header-footer-color: #2d9c42;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #366347;
    --text-color-opacity-50: rgba(45, 156, 66, 0.50);
    --text-color-opacity-30: rgba(45, 156, 66, 0.30);
    --text-color-darken-15: #268538;
    --header-footer-color-lighten-15: #4DAB5E;
    --header-footer-color-darken-15: #268538;
    --header-footer-hover: #4DAB5E;
    --action-color-text: #2d9c42;
}