@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Sora:wght@300;400;500;600&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0d12;--bg2:#10141c;--bg3:#161b26;--border:#1e2733;--text:#e8ecf0;--muted:#7a8599;--accent:#3b82f6;--accent2:#10b981;--mono:"DM Mono",monospace;--sans:"Sora",sans-serif}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--sans);font-size:15px;line-height:1.7;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}