@tailwind base;@tailwind components;@tailwind utilities;:root{--background: #020617;--foreground: #f8fafc}body{background-color:var(--background);color:var(--foreground)}.serif{font-family:Libre Baskerville,serif}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#451a03;border-radius:10px}@keyframes gold-pulse{0%,to{opacity:.5}50%{opacity:1;text-shadow:0 0 10px rgba(245,158,11,.5)}}.animate-gold{animation:gold-pulse 2s infinite}
