:root {
  --screen-width: 58rem;
  --page-height: 100vh;
  --measure: 34rem;
  --page-inline: clamp(1.25rem, 5vw, 5rem);
  --cover-padding: var(--space-12) 0;
  --cover-measure: 35rem;
  --cover-title-size: clamp(3.2rem, 9vw, 5.8rem);
  --chapter-title-size: 2.05rem;
  --body-size: 1rem;
  --statement-size: 1.35rem;
}

@page {
  size: A4 portrait;
  margin: 25mm 24mm 28mm 22mm;
}

@media print {
  html {
    font-size: 11pt;
  }

  .cover {
    min-height: calc(297mm - 53mm);
    padding: 0;
    break-after: page;
  }

  .chapter,
  .practice {
    padding-top: 0;
    padding-bottom: 0;
  }

  .chapter h1,
  .practice h1 {
    margin-bottom: 18mm;
  }

  p {
    line-height: 1.52;
  }

  .statement {
    margin-top: 18mm;
    margin-bottom: 18mm;
  }
}
