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

.navbar-brand {
    font-size: 1.3rem;
    letter-spacing: 0.5px;
}

.card {
    border-radius: 0.5rem;
}

.table th {
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #adb5bd;
}

.nav-tabs .nav-link {
    color: #adb5bd;
}

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

.pkg-row:hover {
    background-color: rgba(255, 255, 255, 0.03);
}

.toggle-icon {
    transition: transform 0.2s;
    font-size: 0.8rem;
}

.display-6 {
    font-size: 1.8rem;
}

.badge {
    font-weight: 500;
}

code {
    font-size: 0.9em;
}
