@tailwind base;@tailwind components;@tailwind utilities;@layer components{.custom-scrollbar::-webkit-scrollbar{width:.5rem;height:.5rem}.custom-scrollbar::-webkit-scrollbar-track{background-color:#f1f5f9}:is(.dark .custom-scrollbar)::-webkit-scrollbar-track{background-color:#0f172a}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:9999px}:is(.dark .custom-scrollbar)::-webkit-scrollbar-thumb{background-color:#475569}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}:is(.dark .custom-scrollbar)::-webkit-scrollbar-thumb:hover{background-color:#64748b}.custom-scrollbar::-webkit-scrollbar-vertical{width:.75rem}}
