/* Site stylesheet for Parrots article */
:root { --bg:#ffffff; --ink:#0f172a; --muted:#475569; --accent:#0ea5e9; }
* { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
.container { max-width: 72ch; margin: 0 auto; padding: 0 1rem; }
code, pre { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: .2rem .4rem; }
a:hover { text-decoration: underline; }
