/* Dash 2P — minor Bootstrap overrides */

body {
  font-size: 0.925rem;
}

code {
  font-size: 0.9em;
}

.cursor-pointer {
  cursor: pointer;
}

/* Tighten navbar brand */
.navbar-brand {
  font-size: 1.1rem;
  letter-spacing: 0.03em;
}

/* Make table rows feel clickable */
tbody tr.cursor-pointer:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

/* Card slight radius consistency */
.card {
  border-radius: 0.5rem;
}
