.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .gh-card-title {
    font-family: var(--gh-font-heading, var(--font-serif));
    letter-spacing: -0.01em;
}

.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-card-excerpt {
    font-family: var(--gh-font-body, var(--font-serif));
}
