:root{--bg:#FAF6F1;--surface:#FFFFFF;--elev:#F1E9DE;--text:#1A1613;--muted:#6B635B;--stroke:#E7DED2;--stroke-soft:#EFE7DB;--accent:#E85D3A;--accent-soft:#FBEBE4;--font-body:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.55}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:3px}