:root {
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  overflow: hidden;
  background: #000;
  cursor: none;
}

.void {
  position: fixed;
  inset: 0;
  min-height: 100svh;
  background: #000;
  isolation: isolate;
}

#noir-box {
  display: block;
  width: 100vw;
  height: 100svh;
  background: #000;
}
