body {
    font-family: 'Inter', sans-serif;
    color: #333;
}

.card {
    transition: all 0.2s;
}

.table th {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #666;
}

.table td {
    font-size: 14px;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 12px;
}
