html {
  --body-max-width: 192rem;
  --wrap-max-width: 144rem;
  --z-index-low: 1;
  --z-index-mid: 5;
  --z-index-max: 10;
  --border-radius: 1em;
  --transition: all 0.3s ease-out;
}