*{box-sizing:border-box}.flex{display:flex}.flex-col{flex-direction:column}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}button,input,select,textarea{font-family:inherit}input:focus,select:focus,textarea:focus{border-color:#7e9b8b}
