/* Standalone service pages (/services/*): styles for markdown-rendered prose.
   Tailwind's preflight resets browser defaults, so we restore sensible
   typography here. The homepage service sections use frontmatter data and
   Tailwind classes directly in the template instead. */

/* .service-content h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
  color: rgb(26 32 44);
}

.service-content p {
  color: rgb(75 85 99);
  margin-bottom: 1.25rem;
}

.service-content ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
  color: rgb(75 85 99);
}

.service-content li + li {
  margin-top: 0.4rem;
} */
