@tailwind base;@tailwind components;@tailwind utilities;@layer base{*{@apply border-border;}body{@apply bg-[#050505] text-[#e0e0e0];cursor:none;font-family:Inter,sans-serif}html{@apply scroll-smooth;}}@layer utilities{.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}::selection{@apply bg-[#C8B29E] text-black;}.stroke-text{-webkit-text-stroke:1px rgba(255,255,255,.5)}}
