/* Apply Inter font and background color to the entire page */
body {
    font-family: 'Inter', sans-serif;
    background-color: #f3f4f6;
}

/* Modal overlay with dark semi-transparent background */
.modal-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}