/* Type utilities */
.display {
  font-family: var(--serif);
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.02;
}
.italic { font-style: italic; }
.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--coffee-soft);
}
.body-lg { font-size: 18px; line-height: 1.6; font-weight: 300; color: var(--coffee); }
