@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.custom-scrollbar{overscroll-behavior:none;scrollbar-gutter:stable}.custom-scrollbar::-webkit-scrollbar{width:4px;height:4px}.custom-scrollbar::-webkit-scrollbar-track{background:#0000001a}.custom-scrollbar::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#fff6}}html,body{overscroll-behavior:none;overflow:hidden}@media screen and (max-width:768px){input,textarea,select{font-size:16px!important}}
