/* face-rhythm docs — conservative custom overrides */

/* Allow table cells to wrap text (RTD theme defaults to nowrap). */
table.docutils td {
    white-space: normal;
}

/* Slightly wider content area so wide code blocks fit comfortably. */
.wy-nav-content {
    max-width: 1100px;
}
