body {
  margin: 0;
  font-family: var(--font-primary);
  background-color: var(--color-gray-50);
}

body p {
  font-size: var(--font-size-base);
}
