@import url("https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=Inter:wght@400;500;600;700&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0f;--s1:#111118;--s2:#16161e;--s3:#1c1c26;--acc:#e8440a;--acc2:#ff5520;--green:#16c77a;--red:#f04438;--yellow:#f0a429;--blue:#4f8ef7;--txt:#f2f2f5;--txt2:#a0a0b0;--txt3:#55555f;--border:hsla(0,0%,100%,.06);--border2:hsla(0,0%,100%,.1);--font-brand:"Syne",sans-serif;--font-ui:"Inter",sans-serif}body{background:var(--bg);color:var(--txt);font-family:var(--font-ui);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input,select,textarea{font-family:var(--font-ui)}