body {
  background: #f6f8fb;
}
.card {
  border-radius: 1rem;
}
.table td, .table th {
  vertical-align: middle;
}
.badge-soft {
  background: rgba(13, 110, 253, .08);
  color: #0d6efd;
}
.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
