:root{--background:#fbfaf7;--foreground:#18130f;--surface:#ffffff;--surface-soft:#f5efe8;--ink:#18130f;--muted:#74685c;--line:rgba(63,43,29,0.12);--brand:#8b5a2b;--brand-strong:#5d3519;--brand-soft:#f2e5d7;--accent:#c89152;--danger-soft:#fff1f1}html{height:100%}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100%;display:flex;flex-direction:column;color:var(--foreground);background:var(--background);font-family:Manrope,Segoe UI,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}