/* root home specific styles */
.hero-badge {
  display: inline-block;
  background-color: var(--primary, #005fcc);
  color: white;
  padding: 0.2rem 0.6rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
