/* Ghost Brand settings are injected by {{ghost_head}}. These fallbacks keep Cookory usable when no custom brand fonts are selected. */
/* Ghost Brand settings override these safe editorial fallbacks at runtime. */
body {
  font-family: var(--gh-font-body, var(--sans));
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand,
.feature-content h2,
.card-title,
.section-heading h2,
.taxonomy-strip h2,
.newsletter h2,
.archive-hero h1,
.post-header h1,
.page-header h1,
.author-hero h1,
.member-page h1 {
  font-family: var(--gh-font-heading, var(--sans));
}
