*{margin:0;padding:0;box-sizing:border-box}:root{--black:#0a0a0a;--bg:#0f0f0f;--bg2:#111;--bg3:#161616;--border:#1e1e1e;--border2:#2a2a2a;--white:#fff;--gray1:#888;--gray2:#555;--gray3:#333;--gray4:#222}body,html{background:var(--bg);color:var(--white);font-family:DM Sans,sans-serif}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:2px}