body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    margin: 2rem;
}

pre {
    background: #f6f8fa;
    padding: 1rem;
    border-radius: 6px;
}

code {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

