@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap";:root{--primary-yellow: #ca8a04;--deep-black: #0f0f0f}html{scroll-behavior:smooth}body{font-family:Lato,sans-serif;background-color:var(--deep-black);color:#e5e5e5;overflow-x:hidden}h1,h2,h3,h4,h5,h6,.font-serif{font-family:Playfair Display,serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1c1917}::-webkit-scrollbar-thumb{background:#44403c;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ca8a04}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s ease-out forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.loader{border:3px solid #292524;border-radius:50%;border-top:3px solid #ca8a04;width:20px;height:20px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-marquee{animation:marquee 40s linear infinite;width:max-content}.pause-on-hover:hover{animation-play-state:paused}
