@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth}body{@apply antialiased text-gray-900;background:linear-gradient(to bottom,#f7fafc,#edf2f7);min-height:100vh}.chakra-button{@apply transform transition duration-200 ease-in-out;}.chakra-button:hover{@apply -translate-y-0.5 shadow-md;}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:#888;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}
