:root {
    --body-text-color: #203478;
    --header-footer-color: #203478;
    --error-color: #e85858;
    --bg-color: #DDECFA;
    --progress-inactive-color: #51C1E1;
    --text-color-opacity-50: rgba(32, 52, 120, 0.50);
    --text-color-opacity-30: rgba(32, 52, 120, 0.30);
    --text-color-darken-15: #1B2C66;
    --header-footer-color-lighten-15: #41528C;
    --header-footer-color-darken-15: #1B2C66;
    --header-footer-hover: #41528C;
    --action-color-text: #203478;
}