body {
  font-family: var(--font-sans);
  font-size: var(--step-0);
  line-height: 1.5;
  color: var(--color-text);
  background: var(--gradient-bg);
  background-attachment: fixed;
}

h1, h2, h3, p {
  margin-top: 0;
}

h1 {
  max-width: 13ch;
  margin-bottom: var(--space-4);
  font-size: var(--step-4);
  line-height: 0.9;
  letter-spacing: -0.065em;
}

h2 {
  margin-bottom: var(--space-3);
  font-size: var(--step-2);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

h3 {
  font-size: var(--step-1);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

p {
  color: var(--color-text-soft);
}

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

strong, b {
  font-weight: 900;
}

textarea {
  min-height: 8rem;
  resize: vertical;
}
