:root {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body {
  font-family: inherit;
}

.bg-light {
  background-color: #f9f8f5 !important;
}

.card {
  border-radius: 1rem;
}

.card h2,
.card h3 {
  margin-bottom: 0;
}

.card .card-title {
  margin-bottom: 0;
}

code {
  font-family: 'JetBrains Mono', 'SFMono-Regular', Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
  font-size: 0.85rem;
}

.list-group-item a {
  word-break: break-word;
}

.list-group-flush > .list-group-item {
  padding-left: 0;
  padding-right: 0;
}

.badge.fs-6 {
  font-size: 0.95rem;
}

.card .bg-body-tertiary {
  background-color: rgba(248, 249, 250, 0.75) !important;
}
