/* Keep the long-form editorial copy serif; align headings and interface text
   with the portal's shared sans-serif typography. */
body:has(.video-research-v3) {
  font-family: var(--pa-font-ui, Inter, ui-sans-serif, -apple-system, "Segoe UI", sans-serif);
}

.video-research-v3 :where(
  h1,
  h2,
  h3,
  h4,
  .back,
  .meta,
  .chapters a,
  .related strong
) {
  font-family: var(--pa-font-ui, Inter, ui-sans-serif, -apple-system, "Segoe UI", sans-serif) !important;
}

.video-research-v3 :where(.label, .eyebrow, .related small) {
  font-family: var(--pa-font-marker, Inter, sans-serif) !important;
}

.video-research-v3 .principles li::before {
  font-family: var(--pa-font-marker, Inter, sans-serif) !important;
}
