/* ═══════════════════════════════════════════════════════════════════════════
   CHAPTER — the pieces only this template has.

   families/minster.css carries the broadsheet, the horarium, the open strip
   and the tariff; families/_chrome-editorial.css carries the register. What
   is left is one correction for the display face.
   ═══════════════════════════════════════════════════════════════════════════ */

/* Instrument Serif is drawn very tight and very high-contrast. At the small
   sizes a <details> summary uses it becomes hard work, so the accordion stays
   in the reading face — the same call Sanctus makes about Cinzel. */
.question > summary { font-family: var(--font-ui); font-weight: 600; font-size: var(--t-base); }

/* Demo only — added by build/demo.mjs, not present in the downloadable zip. */
.photo-credit {
  padding-block: var(--s-4) var(--s-6);
  font-family: var(--font-ui);
  font-size: var(--t-xs);
  color: var(--fg-muted);
}
.photo-credit a { color: inherit; }
