/* Only threat level colors and monospace font - everything else is Bootstrap */

.badge-threat-Ω {
  background-color: #b22234;
  color: white;
}

.badge-threat-Σ {
  background-color: #c25a2e;
  color: white;
}

.badge-threat-Λ {
  background-color: #cc7b2b;
  color: white;
}

.badge-threat-Θ {
  background-color: #8f6b3b;
  color: white;
}

.badge-threat-Δ {
  background-color: #2a6b6b;
  color: white;
}

.badge-threat-Ψ {
  background-color: #4d5d7a;
  color: white;
}

/* Monospace for designation codes */

.code-font {
  font-family: 'SF Mono', 'JetBrains Mono', monospace;
  font-size: 0.85rem;
  background: #222;
  padding: 0.1rem 0.4rem;
  border-radius: 0.25rem;
}

