body {
  font-family: 'Segoe UI', system-ui, sans-serif;
  background-color: #f8f9fa;
}

.navbar {
  box-shadow: 0 1px 4px rgba(0,0,0,.3);
}

.card {
  border-radius: .75rem;
}

.table th {
  font-size: .8rem;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.bg-success-subtle {
  background-color: #d1f5d3 !important;
}

footer {
  font-size: .75rem;
}
