body {
    font-family: "IBM Plex Sans";
}

/* Style for rubric headings (Methods, Attributes sections) */
.rubric {
    font-size: 1.1em !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #ddd !important;
    padding-bottom: 0.2em !important;
    margin-top: 1.5em !important;
    margin-bottom: 0.8em !important;
}

/* Make method signature more compact */
.sig {
    font-size: 0.9em !important;
    line-height: 1.3 !important;
}

/* Reduce spacing in method documentation */
.py.method > dt {
    margin-bottom: 0.5em !important;
}

.py.method > dd {
    margin-bottom: 1em !important;
}