@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;select{border-radius:12px}select option{padding:12px;border-radius:8px}select:focus{outline:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.animate-fadeIn{animation:fadeIn .3s ease-in-out}.animate-scaleIn{animation:scaleIn .4s ease-in-out}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}
