:root {
  --z-index-before-content: 0;
  --z-index-above-before-content: calc(var(--z-index-before-content) + 1);
  --z-index-top-navigation: 10;
}
