:root {
  /* Not my favorite that line-height has to be united, but needed */
  --lh: 1.4rem;
}

html {
  margin: 2rem auto;
  line-height: var(--lh);
}
