@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-[#F8FAFC] text-slate-900;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#e2e8f0;border-radius:20px}.custom-scrollbar:hover::-webkit-scrollbar-thumb{background-color:#cbd5e1}
