:root {
    --body-text-color: #143881;
    --header-footer-color: #41a1f0;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #f55961;
    --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: #5EAFF2;
    --header-footer-color-darken-15: #3789CC;
    --header-footer-hover: #3789CC;
    --action-color-text: #41a1f0;
}