:root {
    --minio-yellow: #f5a623;
}

body {
    font-size: 0.9rem;
}

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

.table-hover tbody tr:hover {
    background-color: rgba(245, 166, 35, 0.05);
}

.font-monospace {
    font-size: 0.82rem;
}

pre {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 0.375rem;
    font-size: 0.8rem;
}

.breadcrumb {
    font-size: 0.85rem;
}

.card-header {
    font-weight: 600;
}

/* Login page */
body.bg-dark .card {
    border: none;
    border-radius: 0.75rem;
}
