body {
  background-color: #faf7f2;
}
.card {
  border: none;
}
.navbar-brand {
  font-weight: 600;
}
.theme-toggle {
  background: none;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  line-height: 1;
}

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