:root {
  --bs-primary: #5e75b3;
}
body {
  background-color: #f8f9fa;
}
h5.card-title, .navbar-brand .fw-bold {
  color: #5e75b3 !important;
}
/* Rounded pills on buttons */
.btn-primary, .btn-success, .btn-danger {
  border-radius: .5rem;
}
/* Small adjustments */
table thead {
  background-color: var(--bs-primary) !important;
  color: #fff;
}
