@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-slate-50 text-slate-900 overflow-x-hidden;}}.custom-scrollbar::-webkit-scrollbar-track{@apply bg-transparent;}.custom-scrollbar::-webkit-scrollbar-thumb{@apply bg-slate-300 rounded-full;}body{font-family:Inter,sans-serif;background-color:#fff}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#fefce8}.custom-scrollbar::-webkit-scrollbar-thumb{background:#facc15;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#eab308}
