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

.navbar-brand {
  letter-spacing: 0.03em;
}

.sidebar-card {
  top: 1rem;
}

@media (max-width: 767.98px) {
  .sidebar-card {
    position: static !important;
  }
}

.card {
  border-radius: 1rem;
}

.card-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.table thead th {
  white-space: nowrap;
}

.table td,
.table th {
  vertical-align: middle;
}

.small {
  font-size: 0.78rem;
}
