body {
    font-family: "Inter", "Segoe UI", sans-serif;
    background-color: #f8f9fa;
    color: #212529;
}

/* Code blocks */
pre {
    border-radius: 0.5rem;
    padding: 1rem;
    margin: 1.2rem 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Mermaid diagrams */
.mermaid {
    background: #fff;
    border-radius: 0.5rem;
    padding: 1rem;
    margin: 2rem 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Images scale nicely */
img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 1rem 0;
}
