body {
  font-size: var(--text-body);
}

h1,
h2,
h3,
h4,
.text-display,
.text-h1,
.text-h2,
.text-h3,
.text-h4 {
  color: var(--color-ink);
  font-family: var(--font-display);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0;
}

.text-display { font-size: var(--text-display); font-weight: 700; }
.text-h1 { font-size: var(--text-h1); font-weight: 700; }
.text-h2 { font-size: var(--text-h2); font-weight: 700; }
.text-h3 { font-size: var(--text-h3); font-weight: 650; }
.text-h4 { font-size: var(--text-h4); font-weight: 650; }

.text-body-large { font-size: var(--text-body-large); }
.text-body { font-size: var(--text-body); }
.text-small { font-size: var(--text-small); }
.text-caption { font-size: var(--text-caption); letter-spacing: 0.02em; text-transform: uppercase; }

.text-muted { color: var(--color-muted); }
