/* Minimal blog styles — brand-consistent typography and color only */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; background: #FAF6EE; }
img { max-width: 100%; height: auto; }
a { color: #C9A961; }
p { line-height: 1.75; }
