@tailwind base;@tailwind components;@tailwind utilities;body{margin:0;background-color:#f9fafb;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#0000001f;border-radius:9999px;transition:background-color .2s ease}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#0000003d}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}.smooth-scroll-container{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}
