@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Public+Sans:wght@400;500;600;700&display=swap");*{box-sizing:border-box}body,html{margin:0;padding:0}button{background:none;border:none;cursor:pointer;font-family:inherit;color:inherit;padding:0}input,textarea{outline-color:#C98A2D;font-family:inherit}button:focus-visible{outline:2px solid #C98A2D;outline-offset:2px}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1 1;min-width:0}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.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}.w-full{width:100%}.min-h-screen{min-height:100vh}.text-left{text-align:left}.fixed{position:fixed}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}