/* Custom styles for Sphinx documentation */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.wy-nav-content {
    max-width: 900px;
}

/* Style for code blocks */
pre {
    background-color: #f6f8fa;
    border-radius: 6px;
    padding: 1em;
}
