body {
  margin: 0;
  font-family: var(--font-family);
  color: var(--color-text-secondary);
  background: var(--color-bg);
  line-height: 1.6;
}

.body-text {
  font-size: 16px;
  color: var(--color-text-secondary);
  max-width: 520px;
  font-weight: 100;
}