@tailwind base; @tailwind components; @tailwind utilities; @layer base { [data-nextjs-scroll-focus-boundary] { display: contents; } } /* Firefox */ * { scrollbar-width: thin; scrollbar-color: #e2e8f0; } /* Chrome, Edge, and Safari */ *::-webkit-scrollbar { width: 10px; } *::-webkit-scrollbar-track { background: #e2e8f0; } *::-webkit-scrollbar-thumb { background-color: #cbd5e1; border: 3px solid #cbd5e1; } input:focus { --tw-ring-color: none; --tw-ring-offset-color: none; box-shadow: none; }