:root {
    --accent: #1f6feb;
}

body {
    background: #f7f8fb;
}

.card {
    border: none;
}

.navbar-brand {
    letter-spacing: 0.3px;
}

.table thead th {
    color: #6c757d;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.badge {
    font-weight: 600;
    letter-spacing: 0.2px;
}
