*{box-sizing:border-box;margin:0;padding:0}:root{--black:#060606;--green:#00ff41;--green-dim:#00cc34;--white:#f0f0f0;--gray:#888;--border:#1c1c1c}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);font-family:Barlow,sans-serif;font-weight:300;-webkit-font-smoothing:antialiased;overflow-x:hidden}::selection{background:var(--green);color:#000}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:#333;border-radius:2px}