:root {
    --body-text-color: #2D2E83;
    --header-footer-color: #2D2E83;
    --error-color: #e85858;
    --bg-color: #E4F8FF;
    --progress-inactive-color: #E6007E;
    --text-color-opacity-50: rgba(45, 46, 131, 0.50);
    --text-color-opacity-30: rgba(45, 46, 131, 0.30);
    --text-color-darken-15: #26276F;
    --header-footer-color-lighten-15: #4D4D96;
    --header-footer-color-darken-15: #26276F;
    --header-footer-hover: #4D4D96;
    --action-color-text: #2D2E83;
}