:root {
    --body-text-color: #028037;
    --header-footer-color: #7bb743;
    --error-color: #e85858;
    --bg-color: #F7F7F7;
    --progress-inactive-color: #f87653;
    --text-color-opacity-50: rgba(2, 128, 55, 0.50);
    --text-color-opacity-30: rgba(2, 128, 55, 0.30);
    --text-color-darken-15: #026D2F;
    --header-footer-color-lighten-15: #8FC25F;
    --header-footer-color-darken-15: #699C39;
    --header-footer-hover: #8FC25F;
    --action-color-text: #7bb743;
}