body {
  font-family: "Public Sans", sans-serif;
}
.nav-link.active {
  color: #088178;
  font-weight: 600;
  border-left-color: #088178;
  background-color: #e6f2f1;
}
/* Prose styles */
.prose h1 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #111827;
  margin-top: 0;
  margin-bottom: 1rem;
}
.prose h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.prose h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #374151;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.prose p {
  margin-bottom: 1rem;
  color: #4b5563;
  line-height: 1.75;
}
.prose ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  color: #4b5563;
}
.prose li {
  margin-bottom: 0.5rem;
}
.prose a {
  color: #088178;
  text-decoration: none;
}
.prose a:hover {
  text-decoration: underline;
}
.prose pre {
  background-color: #1f2937;
  color: #f3f4f6;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin-bottom: 1rem;
  font-family: monospace;
}
.prose code {
  background-color: #f3f4f6;
  color: #ef4444;
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
  font-size: 0.875em;
  font-family: monospace;
}
.prose pre code {
  background-color: transparent;
  color: inherit;
  padding: 0;
}
.prose table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
.prose th,
.prose td {
  border: 1px solid #e5e7eb;
  padding: 0.75rem;
  text-align: left;
}
.prose th {
  background-color: #f9fafb;
  font-weight: 600;
}
