:root{--ink:#0a0a0a;--ink2:#1a1a1a;--mid:#555;--light:#888;--border:#e0ddd8;--cream:#faf8f4;--white:#fff;--amber:#e8a43b;--amber2:#f0b84a;--amber-bg:#fdf6e8;--green:#2d7a4f;--green-bg:#edf7f1;--red:#b83232;--red-bg:#fdf0f0}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font-family:DM Sans,system-ui,sans-serif;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit;font-size:14px}