/* ── Typography scale ────────────────────────────────────────────────────── */
/* Base: html { font-size: 24pt } → 1rem ≈ 32px                             */

.t-hero    { font-size: 2em;     font-weight: 700; line-height: 1.375; }
.t-title   { font-size: 1.5em;   font-weight: 700; line-height: 1.25;  }
.t-section { font-size: 1.25em;  font-weight: 700; line-height: 1.25;  }
.t-heading { font-size: 1em;     font-weight: 700; line-height: 1.375; }
.t-lead    { font-size: 0.875em; font-weight: 400; line-height: 1.5;   }
.t-body    { font-size: 0.75em;  font-weight: 400; line-height: 1.5;   }
.t-small   { font-size: 0.625em; font-weight: 400; line-height: 1.5;   }
.t-label   { font-size: 0.5em;   font-weight: 400; line-height: 1; color: #6e6e73; text-transform: uppercase; letter-spacing: 0.06em; }
