:root {
    --body-text-color: #20549d;
    --header-footer-color: #7FB4FF;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #ef3b32;
    --text-color-opacity-50: rgba(32, 84, 157, 0.50);
    --text-color-opacity-30: rgba(32, 84, 157, 0.30);
    --text-color-darken-15: #1B4785;
    --header-footer-color-lighten-15: #92BFFF;
    --header-footer-color-darken-15: #6C99D9;
    --header-footer-hover: #6C99D9;
    --action-color-text: #20549d;
}