/* Pull quotes: light, large, one hairline between them. */

.pull {
  font-size: clamp(1.3rem, 2.6vw, 1.75rem);
  font-weight: var(--light);
  line-height: 1.45;
  padding: var(--lg) 0;
  border-bottom: var(--hair);
}

.pull:last-of-type { border-bottom: none; }
.pull strong { font-weight: var(--regular); color: var(--accent); }

.pull cite {
  display: block;
  font-style: normal;
  font-family: var(--mono);
  font-size: var(--kicker);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-2);
  margin-top: 0.8rem;
}
