*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: system-ui, -apple-system, sans-serif;
line-height: 1.6;
max-width: 48rem;
margin: 0 auto;
padding: 2rem 1rem;
color: #1a1a1a;
}
header {
margin-bottom: 2rem;
}
h1 {
font-size: 2rem;
margin-bottom: 0.5rem;
}
h2 {
font-size: 1.4rem;
margin-bottom: 0.5rem;
}
section {
margin-bottom: 2rem;
}
code {
background: #f0f0f0;
padding: 0.15rem 0.4rem;
border-radius: 3px;
font-size: 0.9em;
}
footer {
margin-top: 4rem;
color: #666;
font-size: 0.9rem;
}