:root {
    --body-text-color: #464547;
    --header-footer-color: #71bf44;
    --error-color: #e85858;
    --bg-color: #71bf44;
    --progress-inactive-color: #66cbd8;
    --text-color-opacity-50: rgba(70, 69, 71, 0.50);
    --text-color-opacity-30: rgba(70, 69, 71, 0.30);
    --text-color-darken-15: #3C3B3C;
    --header-footer-color-lighten-15: #86C960;
    --header-footer-color-darken-15: #60A23A;
    --header-footer-hover: #60A23A;
    --action-color-text: #71bf44;
}