/* Article main-content extras — .prose (site.css) handles h2/p/ul/lead
   already; this fills in the couple of elements specific to the real
   article template that the original mockup's guide section didn't have
   (it used the post title as a page <title>, not an on-page <h1>). */

.prose h1 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--teal-deep);
  margin-bottom: 10px;
  line-height: 1.15;
}

.prose .reading-time {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--teal-deep);
  opacity: 0.65;
  margin: 0 0 20px;
}
