:root {
    --body-text-color: #002566;
    --header-footer-color: #ff5c59;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #002566;
    --text-color-opacity-50: rgba(0, 37, 102, 0.50);
    --text-color-opacity-30: rgba(0, 37, 102, 0.30);
    --text-color-darken-15: #001F57;
    --header-footer-color-lighten-15: #FF7472;
    --header-footer-color-darken-15: #D94E4C;
    --header-footer-hover: #D94E4C;
    --action-color-text: #ff5c59;
}