@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&family=Inter:wght@300;400;500;600&display=swap");*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--bg:#0a0a0a;--text:#fff;--text-dim:#888;--text-muted:#444;--border:#1a1a1a;--silver:silver}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;outline:none}img{max-width:100%;display:block}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#1a1a1a;border-radius:2px}::selection{background:hsla(0,0%,100%,.1);color:#fff}