/* The step-02 hello page. Tokens only, never a hex; step 06 replaces it with the design system. */
.hello {
  max-width: var(--c4s-dialog);
  margin: 0 auto;
  padding: var(--c4s-space-14) var(--c4s-gutter);
}
.hello h1 {
  font-size: var(--c4s-text-title);
  line-height: 28px;
  font-weight: 800;
  margin-bottom: var(--c4s-space-4);
}
.hello p {
  color: var(--c4s-ink-2);
}
