@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";
:root{--black:#050608;--white:#f6f8fb;--silver:#8a93a6;--blue:#00a8ff;--purple:#6d2cff;--muted:#9ba5b7;--line:#8a93a633;--panel:#0d1016;--panel-2:#131820}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);margin:0;font-family:DM Sans,sans-serif;overflow-x:hidden}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}::selection{background:var(--blue);color:#00131d}:focus-visible{outline:2px solid var(--blue);outline-offset:4px}
