@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--dark: #06111C;--mid: #0D1E2E;--amber: #E8A838;--blue: #2563EB;--green: #22C55E;--font: "Space Grotesk", -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font);background:var(--dark);color:#fff}body{min-height:100vh;min-height:100dvh;overflow-x:hidden}
