/* Diaphorai — Investigative dossier
   Forensic typography. High contrast. Tight.
   Where the evidence collides. */

.post-page { max-width: 800px; }
.post-body.prose { font-size: 1rem; line-height: 1.75; }
.post-body h2 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.35rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 3rem 0 0.8rem;
}
.post-body h3 { font-family: var(--sans); font-weight: 600; font-size: 1.1rem; }
.post-body blockquote {
  background: rgba(232,228,219,0.03);
  padding: 1.5em;
  border-radius: 0 8px 8px 0;
  font-size: 0.95rem;
}
.post-body table { font-size: 0.85rem; }
