:root {
    --body-text-color: #575657;
    --header-footer-color: #f7e22a;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #378f2b;
    --text-color-opacity-50: rgba(87, 86, 87, 0.50);
    --text-color-opacity-30: rgba(87, 86, 87, 0.30);
    --text-color-darken-15: #4A494A;
    --header-footer-color-lighten-15: #F8E64A;
    --header-footer-color-darken-15: #D2C024;
    --header-footer-hover: #D2C024;
    --action-color-text: #f7e22a;
}