@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{scroll-behavior:smooth}body{@apply antialiased text-navy bg-offwhite;}}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#0000000d}.custom-scrollbar::-webkit-scrollbar-thumb{background:#1f2f3d33;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#1f2f3d4d}
