@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.custom-scrollbar::-webkit-scrollbar{height:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:20px}}@layer base{body{@apply bg-gradient-to-br from-[#E0E7FF] to-[#FFFFFF] bg-fixed min-h-screen text-slate-800;background-attachment:fixed}}
