@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-black text-gray-200 antialiased selection:bg-accent/30 selection:text-white;}}@layer utilities{.bg-noise{background-image:url(https://www.transparenttextures.com/patterns/stardust.png);background-repeat:repeat}.text-gold-gradient{@apply bg-clip-text text-transparent;background-image:linear-gradient(to right,#bf953f,#fcf6ba,#b38728,#fbf5b7,#aa771c);background-size:200% auto;animation:shimmer 8s linear infinite}.scrollbar-none::-webkit-scrollbar{display:none}.scrollbar-none{-ms-overflow-style:none;scrollbar-width:none}@keyframes shimmer{0%{background-position:200% center}to{background-position:-200% center}}}html{scroll-behavior:smooth}
