body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.5;
  letter-spacing: 0;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-primary);
  margin: 0;
}

h1 { font-size: var(--text-3xl); line-height: 1.2; }
h2 { font-size: var(--text-2xl); line-height: 1.25; }
h3 { font-size: var(--text-xl); line-height: 1.3; }
h4 { font-size: var(--text-lg); line-height: 1.35; }

p { margin: 0 0 var(--space-3) 0; }

.text-mono { font-family: var(--font-mono); }
.text-secondary { color: var(--text-secondary); }
.text-tertiary { color: var(--text-tertiary); }
.text-accent { color: var(--accent-bright); }

.text-metric {
  font-family: var(--font-display);
  font-size: var(--text-4xl);
  line-height: 1;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: 0;
}
