:root {
    --body-text-color: #1D2023;
    --header-footer-color: #222222;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #f4843e;
    --text-color-opacity-50: rgba(29, 32, 35, 0.50);
    --text-color-opacity-30: rgba(29, 32, 35, 0.30);
    --text-color-darken-15: #191B1E;
    --header-footer-color-lighten-15: #434343;
    --header-footer-color-darken-15: #1D1D1D;
    --header-footer-hover: #434343;
    --action-color-text: #222222;
}