@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,700;0,900;1,700&family=DM+Sans:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{overflow:hidden;max-width:100vw;height:100%}#root{height:100vh}button,input,select,textarea{font-family:inherit}input:focus,textarea:focus{outline:none}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ddd9d3;border-radius:3px}li{list-style-type:disc}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@keyframes expandDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes thinking{0%,to{opacity:.25}50%{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.animate-fade-in{animation:fadeIn .2s ease both}.animate-expand{animation:expandDown .18s ease both}.animate-slide-in{animation:slideIn .22s ease both}
