/* ── Site-specific overrides ─────────────────────────────────────────────
   Loads after blog.css. Use for per-site customizations.
   Examples:
     :root { --accent: #e63946; }
     .home-link { font-size: 2em; }
     nav { background: #000; }
─────────────────────────────────────────────────────────────────────── */
.post-body img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: .85rem;
    border-radius: 4px;
}

footer {
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 0.85rem;
  color: var(--muted);
  font-family: var(--font-body);
  text-align: center;
  border-top: 1px solid var(--border);
}