:root {
    --body-text-color: #003288;
    --header-footer-color: #0067bb;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #33bcee;
    --text-color-opacity-50: rgba(0, 50, 136, 0.50);
    --text-color-opacity-30: rgba(0, 50, 136, 0.30);
    --text-color-darken-15: #002B74;
    --header-footer-color-lighten-15: #267EC5;
    --header-footer-color-darken-15: #00589F;
    --header-footer-hover: #267EC5;
    --action-color-text: #0067bb;
}