/* Theme CSS placeholder - core styles live inline in layout.ejs */
:root { --bg: #F5F0E8; --fg: #1A1A2E; --accent: #0B6B4F; }
body { background: var(--bg); color: var(--fg); }