@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}body{@apply bg-brand-light text-brand-dark dark:bg-brand-dark dark:text-brand-light transition-colors duration-500 overflow-x-hidden;}}@layer components{.text-glow-gold{text-shadow:0 0 15px rgba(197,160,89,.5)}.glow-highlight{@apply text-brand-accent font-extrabold;text-shadow:0 0 12px rgba(197,160,89,.6)}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#ffffff0d}.custom-scrollbar::-webkit-scrollbar-thumb{background:#64694b80;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#c5a05999}}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
