/* Block: cnm-text-intro
 * Extracted from theme CSS by wp-arch-agent.
 * Classes: lead, cnm-text-intro
 */

/* .cnm-text-intro is the class this block ACTUALLY renders under; .team-listing
   alone matched nothing, which is why this copy's 400 sat here inert while the
   theme copy shipped 700 to every page (see the long note on the same rule in
   assets/css/interior.css). Keep the two in step — now at the designed 300,
   available since the Light cut was added to the Typekit kit on 2026-08-17. */
.team-listing .lead,
.cnm-text-intro .lead {
  max-width: 1011px;
  margin: 0;
  font-family: var(--font-body, system-ui, sans-serif);
  font-size: clamp(17px, 1.53vw, 22px);
  font-weight: 300;
  line-height: 1.364;
  color: var(--ink, #081F2C);
}

