:root {
    --body-text-color: #00263E;
    --header-footer-color: #004F71;
    --error-color: #e85858;
    --bg-color: #FFFFFF;
    --progress-inactive-color: #6BBBAE;
    --text-color-opacity-50: rgba(0, 38, 62, 0.50);
    --text-color-opacity-30: rgba(0, 38, 62, 0.30);
    --text-color-darken-15: #002035;
    --header-footer-color-lighten-15: #266986;
    --header-footer-color-darken-15: #004360;
    --header-footer-hover: #266986;
    --action-color-text: #004F71;
}