*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html,body,#root{height:100%}body{font-family:-apple-system,SF Pro Text,Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;background:#f5f0e8;color:#1a1714}button{border:none;background:none;cursor:pointer;font-family:inherit}input,textarea{font-family:inherit}a{color:inherit;text-decoration:none}ol,ul{list-style:none}img{max-width:100%;display:block}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-baseline{align-items:baseline}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-around{justify-content:space-around}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-5{gap:20px}.gap-6{gap:24px}.grid{display:grid}.relative{position:relative}.absolute{position:absolute}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.min-w-0{min-width:0}.overflow-hidden{overflow:hidden}.cursor-pointer{cursor:pointer}.w-full{width:100%}.h-screen{height:100vh}.flex-shrink-0{flex-shrink:0}.transition{transition:all .15s ease}.hover-bg:hover{background:#faf6ec}.active-scale:active{transform:scale(.98)}
