:root {
    --body-text-color: #30574E;
    --header-footer-color: #90AAA4;
    --error-color: #e85858;
    --bg-color: #F7F7F7;
    --progress-inactive-color: #FE1DC6;
    --text-color-opacity-50: rgba(48, 87, 78, 0.50);
    --text-color-opacity-30: rgba(48, 87, 78, 0.30);
    --text-color-darken-15: #294A42;
    --header-footer-color-lighten-15: #A1B7B2;
    --header-footer-color-darken-15: #7A918B;
    --header-footer-hover: #7A918B;
    --action-color-text: #90AAA4;
}