/* === Typography === */
body {
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: var(--color-text);
}

h1, h2, h3, h4 {
  margin: 0 0 0.4rem;
  font-family: var(--font-family-display);
  letter-spacing: -0.02em;
  color: var(--color-text);
}

h1 {
  font-size: 1.7rem;
  font-weight: 700;
}

h2 {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--color-text);
}

h3 {
  font-size: 1.1rem;
  font-weight: 600;
}

p {
  line-height: 1.6;
  color: var(--color-text);
}

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