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

.card {
  border-radius: 1rem;
}

.stat-box, .score-pill {
  border: 1px solid rgba(255,255,255,0.08);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255,255,255,0.05);
}
.text-muted {
    --bs-text-opacity: 1;
    color: #fff !important;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgb(46 46 46) !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset; 
}