body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.card {
    border: none;
    border-radius: 0.75rem;
}

.form-label {
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

section h3 {
    color: #0d6efd;
    font-weight: 600;
}

.navbar-brand i {
    margin-right: 0.5rem;
}

.btn-primary {
    --bs-btn-padding-x: 1.5rem;
}
