h1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 28px;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

p {
  font-size: 16px;
  color: var(--color-text-secondary);
  max-width: 720px;
}

code {
  font-family: var(--font-mono);
  font-size: 14px;
  background: var(--color-bg-subtle);
  padding: 2px 6px;
  border-radius: 4px;
}
