:root {
    --body-text-color: #262B2E;
    --header-footer-color: #F68103;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #2d63af;
    --text-color-opacity-50: rgba(38, 43, 46, 0.50);
    --text-color-opacity-30: rgba(38, 43, 46, 0.30);
    --text-color-darken-15: #202527;
    --header-footer-color-lighten-15: #F79429;
    --header-footer-color-darken-15: #D16E03;
    --header-footer-hover: #F79429;
    --action-color-text: #F68103;
}