/* KaraxAI — Industrial skeptic
   No frills, no rounded corners, no playful illustrations.
   Claim-then-reality. Ars Technica deep-dive energy. */

.post-page { max-width: 800px; }
.post-body.prose { font-family: var(--sans); font-size: 1rem; line-height: 1.75; }
.post-body h2 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.5rem;
  border-bottom: 1px solid rgba(232,228,219,0.1);
  padding-bottom: 0.5rem;
  margin: 3rem 0 1rem;
}
.post-body h3 {
  font-family: var(--sans);
  font-weight: 600;
  color: var(--paper);
  font-size: 1.2rem;
}
.post-body blockquote {
  border-left-color: var(--muted);
  font-family: var(--sans);
  font-style: normal;
}
