h1, h2, h3, h4 {
  margin: 0;
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: var(--text);
}

p {
  margin: 0 0 var(--space-3);
}

.muted {
  color: var(--text-muted);
}

.mono {
  font-family: var(--font-mono);
}
