:root{--cream:#fff8ef;--ink:#2b2118;--brand:#8b5e34;--soft:#f2e4d1;--ok:#277a3e;--danger:#9b2c2c}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:var(--cream);color:var(--ink);font-size:17px;line-height:1.55}a{color:var(--brand)}img{max-width:100%;height:auto}.button,button{display:inline-block;background:var(--brand);color:white;border:0;border-radius:10px;padding:.75rem 1rem;text-decoration:none;font-weight:700;cursor:pointer}.button.secondary{background:#5b5148}.button.success{background:var(--ok)}.button.big{font-size:1.15rem;padding:1rem 1.3rem}.alert{padding:1rem;border-radius:12px;margin:1rem 0}.alert.error{background:#ffe1df}.alert.success{background:#def6e4}.help{color:#66584d}.inline{display:inline}.inline button{background:transparent;color:var(--brand);padding:0}
