@import "tailwindcss";
:root { --ink:#111514; --paper:#f1efe8; --lime:#c9ff38; --muted:#8a918d; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial, Helvetica, sans-serif; }
a { color:inherit; }
button, input, textarea { font:inherit; }
