body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #f8f9fa;
    color: #212529;
}

.navbar-brand {
    font-size: 1.1rem;
}

.card {
    border: none;
    border-radius: 8px;
}

.form-label {
    font-weight: 500;
    font-size: 0.875rem;
}

.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

footer {
    font-size: 0.8rem;
}
