:root {
  --ht-accent: #0d6efd;
}

body {
  font-feature-settings: "kern" 1;
}

.card {
  border-radius: 0.5rem;
}

.ht-hero {
  border-color: var(--bs-border-color-translucent) !important;
}

@media (min-width: 768px) {
  .ht-hero .lead {
    max-width: 48rem;
  }
}
