html,body,#root{background:var(--brand-background);min-height:100%}html{scroll-behavior:smooth}body{color:var(--brand-white);background:radial-gradient(circle at 78% -12%, #c9a84c1a, transparent 34rem), radial-gradient(circle at -8% 88%, #263b4080, transparent 38rem), var(--brand-background);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-family:Figtree_400Regular,system-ui,sans-serif;overflow-x:hidden}*,:before,:after{box-sizing:border-box}::selection{color:var(--brand-background);background:var(--brand-gold-bright)}:focus-visible{outline-offset:3px;outline:2px solid var(--brand-gold-bright)!important}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--brand-background)}::-webkit-scrollbar-thumb{border:2px solid var(--brand-background);background:var(--brand-surface-alt);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--brand-gold)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}