@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Manrope:wght@300;400;500;600;700&display=swap";:root{--c-bg:#0d1f13;--c-surface:#162d1e;--c-surface-2:#1f3d28;--c-accent:#c9a84c;--c-accent-dim:#c9a84c24;--c-text:#f0ead8;--c-muted:#7a9e87;--c-border:#c9a84c24;--c-border-sub:#f0ead814;--f-display:"Cormorant Garamond", Georgia, serif;--f-body:"Manrope", system-ui, sans-serif;--max-w:1200px;--px:clamp(1rem, 4vw, 2rem);--r:14px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body{font-family:var(--f-body);background:var(--c-bg);color:var(--c-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:1.65}#root{flex-direction:column;min-height:100svh;display:flex}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:var(--max-w);padding:0 var(--px);margin:0 auto}.scrollbar-hide{scrollbar-width:none;-ms-overflow-style:none}.scrollbar-hide::-webkit-scrollbar{display:none}@keyframes fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:.55s ease-out forwards fade-up}@keyframes marquee-ltr{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-rtl{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (prefers-reduced-motion:reduce){.fade-up{opacity:1;animation:none;transform:none}.marquee-track{animation:none!important}}.header-nav-desktop{display:flex}.header-burger,.mob-menu{display:none}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (width<=640px){.header-nav-desktop{display:none!important}.header-burger,.mob-menu{display:flex!important}.stats-grid{grid-template-columns:repeat(2,1fr)!important}.footer-copy{text-align:left!important}}
