@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body {
    font-family: 'Inter', sans-serif;
    /* Deep corporate navy background */
    background-color: #121b2d; 
}

/* Style for the modal overlay and backdrop */
.modal-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

/* Disabled input state styling */
input:disabled, textarea:disabled, button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}