@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Sora:wght@300;400;500;600;700&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#070b0f;--sf:#0d1117;--s2:#161b22;--s3:#1c2330;--bd:#21262d;--bd2:#30363d;--ac:#00e5a0;--acd:rgba(0,229,160,.08);--acg:rgba(0,229,160,.3);--tx:#e6edf3;--tx2:#8b949e;--tx3:#484f58;--red:#f85149;--warn:#e3b341;--blue:#58a6ff;--pur:#bc8cff;--font:"Sora",sans-serif;--mono:"DM Mono",monospace}body,html{height:100%}body{background:var(--bg);color:var(--tx);font-family:var(--font);font-size:14px;line-height:1.5}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--bd2);border-radius:3px}