/* Ajustes mínimos sobre el tema oscuro de Bootstrap 5 */
body {
  background-color: #14161a;
}

.card {
  border-color: #2a2e35;
}

.card-header {
  font-weight: 600;
}

.navbar-brand {
  font-weight: 700;
}

code {
  color: #7ec8ff;
}

.table td, .table th {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
