:root{--bg:#0b0e13;--fg:#e6e8ea}*{box-sizing:border-box}body,html{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;background:var(--bg);color:var(--fg)}main{padding:24px;max-width:1200px;margin:0 auto}a{color:inherit}