:root{--background:#000;--foreground:#fff}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:system-ui,SF Pro Rounded,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}h3{font-size:17px;font-weight:600}h3,h4{margin:0;padding:0;line-height:1}button,h4{font-size:14px;font-weight:400}button{line-height:1;padding:12px 24px;border-radius:100px;border:1px solid #000;background-color:#fff}