@font-face {
  font-family: "JJannon";
  src: url("/assets/fonts/JJannon-BookItalic.woff2") format("woff2"), url("/assets/fonts/JJannon-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "JJannon";
  src: url("/assets/fonts/JJannon-Book.woff2") format("woff2"), url("/assets/fonts/JJannon-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quadrant Text Mono";
  src: url("/assets/fonts/QuadrantTextMono-Regular.woff2") format("woff2"), url("/assets/fonts/QuadrantTextMono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quadrant Text Mono";
  src: url("/assets/fonts/QuadrantTextMono-RegularItalic.woff2") format("woff2"), url("/assets/fonts/QuadrantTextMono-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.5px;
  overflow: hidden;
  font-family: "Quadrant Text Mono", monospace;
  background: #000;
  cursor: none;
}
body[debug="1"] {
  cursor: auto;
}

#intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9900;
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
#intro h1 {
  font-weight: normal;
  margin: 0 auto 0.5rem;
}
#intro p {
  font-size: 1.1rem;
  max-width: 70%;
  line-height: 140%;
}

#atmosphere {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000;
}
#atmosphere::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 60%, rgb(255, 255, 255) 85%, rgb(255, 255, 255) 100%);
  pointer-events: none;
}
#atmosphere.dark::after {
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 60%, rgb(0, 0, 0) 85%, rgb(0, 0, 0) 100%);
}

#tint {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  background: #fff;
  display: none;
}

img[src=""] {
  display: none;
}

video[src=""], source[src=""] {
  display: none;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  mix-blend-mode: screen;
}
#overlay img, #overlay video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 2s ease-in-out;
  transform-origin: center;
}

.img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  pointer-events: none;
}
.img img, .img video, .img iframe {
  position: absolute;
}
.img[s=cover] img {
  object-fit: cover;
  width: 100%;
}
.img[s=fit] img {
  object-fit: contain;
  width: 100%;
}

#aboveground {
  z-index: 4;
}
#aboveground img, #aboveground video {
  max-width: 100%;
  max-height: 100%;
  padding: 1rem;
  object-fit: contain;
}

#foreground {
  z-index: 2;
}
#foreground img, #foreground video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#background {
  z-index: 1;
}
#background img, #background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  mix-blend-mode: exclusion;
  color: #fff;
  text-align: center;
  line-height: 120%;
  font-size: 1.6rem;
  padding: 5vh 20vw;
}
#text[s*=title] {
  font-size: 6rem;
  line-height: 95%;
}
#text[s*=h1] {
  font-size: 5.2rem;
  font-style: italic;
  line-height: 95%;
}
#text[s*=script] {
  font-family: "Pinyon Script", cursive;
  font-size: 9rem;
  font-style: normal;
  font-weight: normal;
  line-height: 110%;
  letter-spacing: 0;
  padding-left: 8vw;
  padding-right: 8vw;
}
#text[s*=mono] {
  font-family: "Quadrant Text Mono", monospace;
  letter-spacing: 0;
}
#text[s*=sans] {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#text[s*=top] {
  padding-top: 15vh;
  justify-content: flex-start;
}
#text[s*=bottom] {
  padding-bottom: 15vh;
  justify-content: flex-end;
}

.decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  pointer-events: none;
}

[decor=noise] {
  background-image: url("/assets/img/overlays/noise.gif");
  background-repeat: repeat;
  background-size: 30%;
  mix-blend-mode: overlay;
  opacity: 0.5;
}

.fx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 40;
  pointer-events: none;
}
.fx[fx=gradientBlack] {
  box-shadow: inset 0 0 100px 20px #000, inset 0 0 100px #000, inset 0 0 100px #000;
}
.fx[fx=gradient] {
  box-shadow: inset 0 0 100px 20px #fff, inset 0 0 100px #fff, inset 0 0 100px #fff;
}

[data=scene] {
  position: fixed;
  bottom: 8px;
  right: 10px;
  z-index: 9999;
  color: #fff;
  mix-blend-mode: difference;
  font-family: monospace;
  font-size: 0.8rem;
  opacity: 0.4;
}

/*# sourceMappingURL=base.css.map */
