@tailwind base;@tailwind components;@tailwind utilities;html,body{width:100%;max-width:100vw;overflow-x:hidden;position:relative;margin:0;padding:0;touch-action:pan-y;overscroll-behavior-x:none;-webkit-overflow-scrolling:touch;background-color:#f5f5f7}#root{width:100%;max-width:100vw;overflow-x:hidden}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}
