*,:before,:after{box-sizing:border-box}html,body{background:#0f0d1f;height:100%;margin:0;padding:0;font-family:Mukta,system-ui,sans-serif}#root{flex-direction:column;min-height:100vh;display:flex}button{cursor:pointer;font-family:inherit}input{font-family:inherit}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}@keyframes pop{0%{transform:scale(1)}40%{transform:scale(1.18)}to{transform:scale(1)}}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.item-added{animation:.25s pop}.fade-in{animation:.2s fadeSlideIn}
