@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Inter,sans-serif}h1,h2,h3,h4{font-family:Playfair Display,serif}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.dark ::-webkit-scrollbar-thumb{background:#ffffff1a}::-webkit-scrollbar-thumb:hover{background:#3b82f680}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.animate-shimmer{animation:shimmer 8s linear infinite}@keyframes shine-move{0%{background-position:-200% center}to{background-position:200% center}}.animate-shine-gold{background:linear-gradient(110deg,transparent 30%,rgba(255,215,0,.4) 45%,rgba(255,215,0,.2) 50%,transparent 70%);background-size:200% auto;animation:shine-move 3s linear infinite}.dark .animate-shine-gold{background:linear-gradient(110deg,transparent 30%,rgba(255,215,0,.2) 45%,rgba(255,215,0,.1) 50%,transparent 70%);background-size:200% auto;animation:shine-move 3s linear infinite}
