@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap";:root{--font-sans: "Outfit", sans-serif;--font-display: "Outfit", sans-serif;--background: #0b1220;--foreground: #f8fafc;--primary: #3b82f6;--accent: #facc15}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;width:100%}body{background:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-tap-highlight-color:transparent}h1,h2,h3,h4,h5,h6{font-family:var(--font-display)}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
