:root {
    --crm-primary: #2563eb;
    --crm-dark: #1e293b;
}

body {
    font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #f8fafc;
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: -0.5px;
}

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

.card-header {
    border-radius: 0.75rem 0.75rem 0 0 !important;
}

.table > :not(caption) > * > * {
    padding: 0.75rem 1rem;
}

.badge {
    font-weight: 500;
    padding: 0.35em 0.65em;
}

.btn {
    border-radius: 0.5rem;
    font-weight: 500;
}

.form-control, .form-select {
    border-radius: 0.5rem;
}

.form-control:focus, .form-select:focus {
    border-color: var(--crm-primary);
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.15);
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.nav-link.active {
    font-weight: 600;
}

.bg-orange {
    background-color: #f97316 !important;
}

.list-group-item {
    border-left: none;
    border-right: none;
}

.shadow-sm {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}
