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

   One rule. The house style is families/_chrome-editorial.css, the chapel's
   paint and type are families/chapel.css, and the service board, numbered
   shape and enquiry form are shared furniture.
   ═══════════════════════════════════════════════════════════════════════════ */

/* Newsreader's italic is genuinely narrow, so the register's one turning line
   needs a touch more room than the shared chrome gives it. */
.welcome__turn { letter-spacing: -0.005em; }

/* 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; }
