*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}::selection{background:#a68b5b;color:#fff}html{font-family:Inter,-apple-system,sans-serif;color:#2c2c2c;-webkit-font-smoothing:antialiased}body{min-height:100vh}input:focus,textarea:focus,select:focus{outline:none}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideRight{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes toast{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}.animate-up{animation:fadeUp .5s ease both}.animate-in{animation:fadeIn .5s ease both}.animate-slide{animation:slideRight .4s ease both}
