:root{--background:#0f0f0f;--foreground:#ffffff;--font-display-expanded:"SF Pro Display Expanded","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;--font-display:"SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;--font-text:"SF Pro Text",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;--font-sans:var(--font-display)}*{box-sizing:border-box}body,html{width:100vw;height:100vh;margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-sans);overflow:hidden}button,input{font:inherit}