@tailwind base;@tailwind components;@tailwind utilities;html{zoom:.8}body{@apply bg-[#0a0a0b] text-white antialiased;font-family:Inter,sans-serif}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(calc(-100% - var(--gap)))}}@keyframes shimmer{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes border-beam{to{offset-distance:100%}}.animate-marquee{animation:marquee var(--duration) linear infinite}.animate-shimmer{animation:shimmer var(--speed) infinite linear}.animate-border-beam{animation:border-beam var(--duration) infinite linear}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a0b}::-webkit-scrollbar-thumb{background:#27272a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3f3f46}
