/* License page. Quiet, document-like. No chapter accent. */

body.chapter-license {
  --chapter-accent: var(--outline);
  --chapter-accent-soft: var(--outline-20);
  --chapter-accent-bg: transparent;
}

body.chapter-license article {
  max-width: 44rem;
}

body.chapter-license h1 {
  border-bottom: 1px solid var(--outline);
  padding-bottom: 0.5rem;
}

body.chapter-license h2 {
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--outline);
  margin-top: 2rem;
}
