@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,500;0,700;1,500&family=Space+Grotesk:wght@400;500;700&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--white: #ffffff;--gold: #ffb200;--dark: #252628}body{font-family:Outfit,sans-serif;background-color:#fafbfc;background-image:radial-gradient(at 0% 0%,rgba(255,178,0,.05) 0px,transparent 50%),radial-gradient(at 100% 100%,rgba(37,38,40,.03) 0px,transparent 50%);color:var(--dark);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:hidden}#root{min-height:100vh}h1,h2,h3,h4{font-weight:700;line-height:1.2;color:var(--dark)}a{color:var(--gold);text-decoration:none}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#25262833;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--gold)}::selection{background-color:var(--gold);color:var(--white)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}
