/* docs.css */

/* Core docs page typography rules to ensure no monospace on headers */

.docs-sidebar .sidebar-section {
    font-family: var(--font-text);
}

.docs-table th {
    font-family: var(--font-text);
}

.mobile-docs-nav select {
    font-family: var(--font-text);
}
