@tailwind base; @tailwind components; @tailwind utilities; body, html { @apply bg-primary text-white; -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } html::-webkit-scrollbar, body::-webkit-scrollbar, #__nuxt::-webkit-scrollbar { @apply hidden; } input { @apply bg-primary border-none p-2; } input:focus { @apply bg-secondary border-none outline-none; }