/*
 * Compact editorial markers are the deliberate third typography role:
 * Arial for terse, tracked metadata; Inter for interface and headings;
 * Georgia for long-form reading copy.
 */
:where(
  .edition-label,
  .eyebrow,
  .kicker,
  .chapter,
  .guide-kicker,
  .section-kicker,
  .news-article .article-hero > p:first-child,
  .guide-card-meta,
  .story-card-top small,
  .news-weekly-report-copy > p:first-child,
  .story-card-analysis-signal small,
  .story-card-report-signal small,
  [class*="_kicker_"],
  [class*="_chapter_"]
) {
  font-family: var(--pa-font-marker, Arial, sans-serif) !important;
}

.news-story-grid .story-card > p:first-of-type {
  font-family: var(--pa-font-marker, Arial, sans-serif) !important;
}

.guides-hero h1 {
  font-family: var(--pa-font-ui, Inter, ui-sans-serif, -apple-system, "Segoe UI", sans-serif) !important;
}
