@import "tailwindcss"; body { @apply bg-gray-950 text-gray-100; } /* Scrollbar styling */ ::-webkit-scrollbar { width: 6px; } ::-webkit-scrollbar-track { background: rgb(17, 24, 39); } ::-webkit-scrollbar-thumb { background: rgb(55, 65, 81); border-radius: 3px; }