@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Sora:wght@100;200;300;400;500;600&display=swap";
:root{--bg:#0a100f;--panel:#111917;--panel-2:#16201e;--edge:#ffffff14;--text:#eef2ee;--muted:#8a9893;--yellow:#f2f05c;--orange:#ff8a1f;--green:#7ee0a1}*{box-sizing:border-box;margin:0;padding:0}html{background:var(--bg);scroll-behavior:smooth}body{max-width:100vw;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,sans-serif;overflow-x:hidden}button,input,select{font:inherit}button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,a:focus-visible{outline:2px solid var(--yellow);outline-offset:3px}a{color:inherit}::selection{background:var(--yellow);color:var(--bg)}
