:root {
    --body-text-color: #004A8D;
    --header-footer-color: #F19709;
    --error-color: #e85858;
    --bg-color: #F4F2E6;
    --progress-inactive-color: #F19709;
    --text-color-opacity-50: rgba(0, 74, 141, 0.50);
    --text-color-opacity-30: rgba(0, 74, 141, 0.30);
    --text-color-darken-15: #003F78;
    --header-footer-color-lighten-15: #F3A72E;
    --header-footer-color-darken-15: #CD8008;
    --header-footer-hover: #F3A72E;
    --action-color-text: #F19709;
}