:root {
    --body-text-color: #143881;
    --header-footer-color: #143881;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #767676;
    --text-color-opacity-50: rgba(20, 56, 129, 0.50);
    --text-color-opacity-30: rgba(20, 56, 129, 0.30);
    --text-color-darken-15: #11306E;
    --header-footer-color-lighten-15: #375694;
    --header-footer-color-darken-15: #11306E;
    --header-footer-hover: #375694;
    --action-color-text: #143881;
}