:root {
    --brand: #0d6efd;
}

body {
    background: #f6f8fb;
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: .5px;
}

.card {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(16, 24, 40, .08);
}

.card-header {
    background: #fff;
    border-bottom: 1px solid #eef2f7;
}

.btn-round {
    border-radius: 999px;
}

.table thead th {
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .06rem;
}

.badge-stock {
    font-size: .85rem;
}

.footer {
    color: #6b7280;
    font-size: .85rem;
}