:root{--cream: #F6F0E7;--ink: #1F1B17;--terracotta: #C0562B;--terracotta-dark: #9E4520;--muted: #7A6E60;--muted-2: #5C5247;--line: #E7DCCB;--line-2: #D9CDB9;--panel: #FBF7F1;--stone: #EDE3D3;--placeholder: #A99C8A;--green: #4B7A52}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--cream);color:var(--ink);font-family:Karla,system-ui,sans-serif;-webkit-font-smoothing:antialiased}a{color:var(--terracotta);text-decoration:none}a:hover{color:var(--terracotta-dark)}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,select,textarea{font-family:inherit;font-size:15px;color:var(--ink)}::placeholder{color:var(--placeholder)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--line-2);border-radius:8px}input:focus,select:focus,textarea:focus{outline:2px solid var(--terracotta);outline-offset:1px}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes toastIn{0%{opacity:0;transform:translateY(16px) translate(-50%)}to{opacity:1;transform:translateY(0) translate(-50%)}}.fade-up{animation:fadeUp .4s ease both}button{text-align:inherit}
