*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Nunito Sans,system-ui,sans-serif;background:#f6f1e9;color:#2c2823;-webkit-font-smoothing:antialiased}#root{min-height:100vh}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#e2d6c4;border-radius:8px}input:focus,textarea:focus,select:focus{outline:none}button{font-family:inherit}a{color:inherit}@keyframes igFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes igPop{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.ig-fade-up{animation:igFadeUp .4s ease}.ig-pop{animation:igPop .16s ease}.ig-card{transition:transform .16s ease,box-shadow .16s ease}.ig-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px #785a2821}.ig-suggest-row{transition:background .12s ease}.ig-suggest-row:hover{background:#f9f4ec}.ig-clickable{cursor:pointer}
