:root {
    --body-text-color: #0f1733;
    --header-footer-color: #ff4800;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #ffe600;
    --text-color-opacity-50: rgba(15, 23, 51, 0.50);
    --text-color-opacity-30: rgba(15, 23, 51, 0.30);
    --text-color-darken-15: #0D142B;
    --header-footer-color-lighten-15: #FF6326;
    --header-footer-color-darken-15: #D93D00;
    --header-footer-hover: #FF6326;
    --action-color-text: #ff4800;
}