:root {
    --body-text-color: #233666;
    --header-footer-color: #203485;
    --error-color: #e85858;
    --bg-color: #EAF8EF;
    --progress-inactive-color: #FADF00;
    --text-color-opacity-50: rgba(35, 54, 102, 0.50);
    --text-color-opacity-30: rgba(35, 54, 102, 0.30);
    --text-color-darken-15: #1E2E57;
    --header-footer-color-lighten-15: #415297;
    --header-footer-color-darken-15: #1B2C71;
    --header-footer-hover: #415297;
    --action-color-text: #203485;
}