:root {
    --body-text-color: #303234;
    --header-footer-color: #EEAD2B;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #9a191f;
    --text-color-opacity-50: rgba(48, 50, 52, 0.50);
    --text-color-opacity-30: rgba(48, 50, 52, 0.30);
    --text-color-darken-15: #292B2C;
    --header-footer-color-lighten-15: #F1B94B;
    --header-footer-color-darken-15: #CA9325;
    --header-footer-hover: #CA9325;
    --action-color-text: #EEAD2B;
}