body {
  font-family: var(--font-family-base);
  background-color: var(--color-bg);
  color: var(--color-text);
}

h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.25;
}

h1 {
  font-size: 1.75rem;
}

h2 {
  font-size: 1.375rem;
}

h3 {
  font-size: 1.125rem;
}

p {
  font-size: 1rem;
}

small {
  font-size: 0.8125rem;
  color: var(--color-text-muted);
}
