:root {
    --body-text-color: #171818;
    --header-footer-color: #D7DF23;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #767676;
    --text-color-opacity-50: rgba(23, 24, 24, 0.50);
    --text-color-opacity-30: rgba(23, 24, 24, 0.30);
    --text-color-darken-15: #141414;
    --header-footer-color-lighten-15: #DDE444;
    --header-footer-color-darken-15: #B7BE1E;
    --header-footer-hover: #B7BE1E;
    --action-color-text: #D7DF23;
}