/* Style theme API headers with code font */
h1[id^="theme"],
h2[id^="theme-"],
h3[id^="theme-"],
h4[id^="theme-"] {
    font-feature-settings: "kern";
    font-family: var(--md-code-font-family);
    font-size: 0.9rem;
}