:root {
    --body-text-color: #002045;
    --header-footer-color: #b1054d;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #767676;
    --text-color-opacity-50: rgba(0, 32, 69, 0.50);
    --text-color-opacity-30: rgba(0, 32, 69, 0.30);
    --text-color-darken-15: #001B3B;
    --header-footer-color-lighten-15: #BD2B68;
    --header-footer-color-darken-15: #960441;
    --header-footer-hover: #BD2B68;
    --action-color-text: #b1054d;
}