:root {
    --body-text-color: #7CB743;
    --header-footer-color: #f87653;
    --error-color: #e85858;
    --bg-color: #fcfcfc;
    --progress-inactive-color: #767676;
    --text-color-opacity-50: rgba(124, 183, 67, 0.50);
    --text-color-opacity-30: rgba(124, 183, 67, 0.30);
    --text-color-darken-15: #699C39;
    --header-footer-color-lighten-15: #F98B6D;
    --header-footer-color-darken-15: #D36447;
    --header-footer-hover: #D36447;
    --action-color-text: #f87653;
}