:root {
    --body-text-color: #1e1e1e;
    --header-footer-color: #EBB800;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #0058fa;
    --text-color-opacity-50: rgba(30, 30, 30, 0.50);
    --text-color-opacity-30: rgba(30, 30, 30, 0.30);
    --text-color-darken-15: #1A1A1A;
    --header-footer-color-lighten-15: #EEC326;
    --header-footer-color-darken-15: #C89C00;
    --header-footer-hover: #EEC326;
    --action-color-text: #EBB800;
}