@import 'https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&family=Roboto+Mono:wght@400;700&display=swap';html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}body{margin:0;font-family:inter,system-ui,Helvetica,Arial,sans-serif;font-size:18px;line-height:1.6;color:#111;background:#fff}h1,h2,h3,h4,h5,h6{margin:3rem 0 1rem;font-weight:800;line-height:1.2}h1{font-size:2rem}h2{font-size:1.5rem;font-weight:700}p{margin:1rem 0}a{color:#0046ff;text-decoration:none}a:hover{text-decoration:underline}code,pre{font-family:roboto mono,monospace;font-size:.9rem}pre{background:#f6f6f6;padding:1rem;overflow:auto}hr{border:none;border-top:1px solid #ddd;margin:4rem 0}.wrapper{max-width:720px;margin:0 auto;padding:0 1rem}header{font-size:.9rem;padding:2rem 1rem 1rem;display:flex;justify-content:space-between;align-items:baseline}header a{color:#111}nav a{margin-left:1rem}footer{font-size:.9rem;color:#666;margin:4rem auto 2rem;padding:0 1rem}footer nav a{color:#666}img{max-width:100%;height:auto}