*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;padding:0}body{color:#0f172a;background:#fef6f1;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overflow:hidden}h1,h2,h3,h4,h5{margin:0;font-weight:600}p{margin:0}@keyframes toastIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}button,input,select{font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#d0d5dd;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#b5bcc6}
