@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");*{box-sizing:border-box;margin:0;padding:0}body,html{background:#060C18;color:#F1F5F9;font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}::selection{background:#7C3AED44}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#080E1A}::-webkit-scrollbar-thumb{background:#1E293B;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#334155}