*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:#f5efe8;-webkit-font-smoothing:antialiased}.flex{display:flex}.grid{display:grid}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}
