*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cream: #fdf8f0;--creamDeep: #f7efe0;--paper: #fffbf4;--ink: #2a241d;--inkSoft: #5a4e40;--inkMute: #9a8a76;--line: rgba(42,36,29,.1);--lineSoft: rgba(42,36,29,.06);--clay: #c97b4e;--clayDeep: #a85e36;--clayLight: #f3d4be;--moss: #5b7c5a;--mossDeep: #3e5c3e;--mossLight: #cfddca;--sun: #d9a441;--berry: #a5526b;--sky: #6d8aa8;--lilac: #9585ae;--display: "Fraunces", "Times New Roman", serif;--sans: "Geist", -apple-system, system-ui, sans-serif;--mono: "Geist Mono", ui-monospace, monospace}html,body,#root{height:100%;background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:16px;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--line);border-radius:2px}.fade-in{animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}
