body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.navbar-brand span {
    font-weight: 600;
}

.sidebar {
    min-height: 100vh;
}

.sidebar .nav-link.active {
    font-weight: 600;
    background-color: rgba(13, 110, 253, 0.1);
}

@media print {
    .no-print {
        display: none !important;
    }
}

