/* --- Public Pages Styles --- */

/* Use the same professional font */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa; /* Light grey background */
}

/* Style for the centered cards on Login/Register pages */
.auth-card-wrapper {
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.auth-card {
    border: none;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.auth-card .btn-primary {
    background-color: #4f46e5;
    border-color: #4f46e5;
    padding: 0.75rem;
    font-weight: 500;
}