:root,
[data-bs-theme="light"],
[data-bs-theme="dark"] {
  --bs-font-sans-serif: "Inter", Roboto, sans-serif !important;
  --bs-body-font-size: 0.875rem !important;
}

.logo {
  background-color: rgba(0, 0, 0, 0.07);
  vertical-align: middle;
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 25px;
  padding: 0.25rem;
}

th,
td {
  vertical-align: middle !important;
}

.button-info img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

#disclaimer p.text-muted {
  color: var(--bs-gray-500) !important;
}

body[data-bs-theme="dark"] .logo,
body[data-bs-theme="dark"] .button-info img {
  filter: invert(1) !important;
}

@media (prefers-color-scheme: dark) {
  .logo,
  .button-info img {
    filter: invert(1) !important;
  }
}
