:root {
    --body-text-color: #004B88;
    --header-footer-color: #FCBB69;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #99B7C4;
    --text-color-opacity-50: rgba(0, 75, 136, 0.50);
    --text-color-opacity-30: rgba(0, 75, 136, 0.30);
    --text-color-darken-15: #004074;
    --header-footer-color-lighten-15: #FCC580;
    --header-footer-color-darken-15: #D69F59;
    --header-footer-hover: #D69F59;
    --action-color-text: #FCBB69;
}