:root {
    --body-text-color: #1a4f94;
    --header-footer-color: #6391c0;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #c23241;
    --text-color-opacity-50: rgba(26, 79, 148, 0.50);
    --text-color-opacity-30: rgba(26, 79, 148, 0.30);
    --text-color-darken-15: #16437E;
    --header-footer-color-lighten-15: #7AA2C9;
    --header-footer-color-darken-15: #547BA3;
    --header-footer-hover: #547BA3;
    --action-color-text: #6391c0;
}