/* Small theme-aware tweaks on top of Bootstrap 5.3 */

.navbar-brand i {
  color: var(--bs-primary);
}

.card {
  border-radius: 0.75rem;
}

[data-bs-theme="dark"] body {
  background-color: #16181c;
}
