/* Page header — title and lede above the form. */

header {
  margin-bottom: var(--space-6);
  padding-bottom: var(--space-4);
  border-bottom: var(--border-thick);
}

header h1 {
  font-size: var(--size-6);
  margin-bottom: var(--space-1);
}

.lede {
  font-size: var(--size-4);
  font-weight: var(--weight-regular);
  color: var(--ink);
  opacity: 0.75;
}
