body {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, sans-serif;
}

.font-display {
  font-family: 'Söhne', 'Avenir Next', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

*:focus-visible {
  outline: 2px solid #1f7370;
  outline-offset: 2px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.filter-scroll::-webkit-scrollbar {
  display: none;
}

.filter-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.prose h2 {
  font-family: 'Söhne', 'Avenir Next', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: #18181b;
  scroll-margin-top: 6rem;
}

.prose h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  scroll-margin-top: 6rem;
}

.prose p {
  line-height: 1.75;
  margin-bottom: 1rem;
  color: #3f3f46;
}

.prose ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.prose ol {
  list-style: decimal;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.prose li {
  line-height: 1.75;
  color: #3f3f46;
  margin-bottom: 0.25rem;
}

.prose a {
  color: #1f7370;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.prose a:hover {
  color: #133c3b;
}

.glossary-term {
  border-bottom: 1px dotted #4daaa6;
  cursor: help;
}

.htmx-indicator {
  opacity: 0;
  transition: opacity 200ms ease-in;
}

.htmx-request .htmx-indicator {
  opacity: 1;
}

.htmx-request.htmx-indicator {
  opacity: 1;
}
