@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:#06080f;color:#c8cdd8;font-family:Inter,SF Pro Display,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{font-family:inherit}::selection{background:rgba(59,130,246,.3);color:#fff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#06080f}::-webkit-scrollbar-thumb{background:#2a2d3a;border-radius:3px}