body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--background);
  color: var(--text);
  font-size: var(--font-size-base);
  line-height: 1.6;
}

h1,
h2,
h3 {
  font-family: var(--font-heading);
}
