/*
 * Help centre skin. Accent plus the one typographic correction the KB needs:
 * article headings in Open Sans (the copy font) rather than Nunito — the rounded
 * Nunito headings read as marketing, while documentation wants the neutral,
 * utilitarian face the body already uses.
 *
 * The page-level headings (content-title and friends) keep Nunito so the help
 * centre still reads as part of the marketing site.
 */

.content-site {
    --content-accent: var(--spheyas-blue-dark);
    --content-accent-tint: var(--spheyas-blue-tint);
}

.article__title,
.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4 {
    font-family: var(--spheyas-font-body);
    letter-spacing: 0;
}
