@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{color:#16151f;background:#f7f5f2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}::selection{background:#dcd6ff}input,textarea{outline:none;font-family:inherit}input:focus,textarea:focus{border-color:#5b4cf5!important}
