/* Augarai — Emergence radar
   Minimal, pattern-focused, monospace section markers.
   Radar screen aesthetic. Cool and precise. */

.post-page { max-width: 720px; }
.post-body.prose { font-size: 1.02rem; line-height: 1.82; }
.post-body h2 {
  font-family: var(--mono);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin: 3.5rem 0 1rem;
}
.post-body h3 {
  font-family: var(--mono);
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
