* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Fraunces";
  src: url(assets/fonts/0d782a0a99afb93505b57369109265c3.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url(assets/fonts/34835cd554b7b71732e25babf25fab14.ttf) format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url(assets/fonts/ac68c5e0338c8b22b82f32285984a403.ttf) format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Overpass Mono";
  src: url(assets/fonts/07fdc4d35ef891c1fbd3fba97cfd3570.ttf)
    format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Baskervville";
  src: url(assets/fonts/8124f49079f305aff4d347f0330e97fa.ttf)
    format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url(assets/fonts/8749cd00945cca6b319729b2b59d82a7.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url(assets/fonts/831f0d63d17101bde7388c935640bc3f.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url(assets/fonts/b3d886c055cc7420340a7c5f0b81abe3.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url(assets/fonts/1a81d62393f08da6fb89236616a26b21.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

html,
body {
  overflow: hidden;
  font-family: "Jost", "Fraunces", "Baskervville", "Helvetica Neue", Arial,
    sans-serif;
}
#app {
  position: fixed;
  width: 100%;
  height: 100%;
}

#ui * {
  font-family: "Overpass Mono";
  font-size: 12px;
}

#octave-value {
  font-size: 18px;
  font-weight: 700;
}

.song-controls {
  display: flex;
  flex-direction: row;
  gap: 6px;
  font-size: 13px;
  height: 100%;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  position: fixed;
  top: 0px;
  left: 50%;
  width: 40vw;
  mix-blend-mode: normal;
  pointer-events: all;
  padding: 2px;
}
#song-play-stop {
  object-fit: contain;
  padding: 3px;
  height: 100%;
  max-height: 25px;
}
#song-play-stop:hover {
  transform: scale(0.8);
}
#song-status {
  height: 100%;
  text-transform: uppercase;
  font-family: Overpass mono;
  font-weight: 100;
  width: 120px;
  font-size: 8px;
  letter-spacing: 0px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.song-controls label {
  font-weight: 600;

  text-transform: uppercase;
}
#song-select {
  height: 100%;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none !important;
  width: 120px;
}
.song-controls select,
.song-controls button {
  background: rgba(255, 255, 255, 0.1);
  border: 0.1px solid rgba(255, 255, 255, 0.6);
  color: #f7f7f7;
  padding: 6px 8px;
  width: 120px;
  font-weight: 100;
  font-family: Overpass mono;
  font-size: 9px;
  -webkit-appearance: none;
  appearance: none;
}

.song-controls button {
  cursor: pointer;
  transition: background 0.15s ease, transform 0.1s ease;
}

.song-controls button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.song-controls button:active {
  transform: translateY(1px);
}

.song-buttons {
  display: flex;
  gap: 6px;
}

.cam-info {
  font-size: 12px;
  line-height: 1.4;
  color: #f0f0f0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 6px 8px;
  border-radius: 6px;
}

.webgl {
  position: fixed;
  top: 0;
  left: 0;
  outline: none;
}

.overlays {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none !important;
}

.overlays.film {
  background-image: url(assets/images/3708db08b92e30f8a04b9c381e0da6e9.jpg);
  background-size: cover;
  /* background-size: 50% 50%; */
  background-position: center;
  background-repeat: repeat;
  /* opacity: 0.8; */
  mix-blend-mode: soft-light;
}
.overlays.paper {
  /* background-image: url("/static/images/paper.jpg"); */
  background-size: contain;
  /* scale: 0.9; */
  background-position: center;
  background-repeat: no-repeat;

  mix-blend-mode: color-burn;
}

.display {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 100px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  pointer-events: none;

  align-items: flex-start;
  justify-content: space-between;
  transition: opacity 0.65s ease;
}
.display * {
  color: white;
}
h3 {
  font-family: "Overpass Mono";
  font-size: 8px;
  font-style: normal;
  max-width: 100px;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.54px;
}
.display h1 {
  font-family: Jost;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
  letter-spacing: 7.5px;
}
.display p {
  font-family: Baskervville;
  font-size: 10px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  letter-spacing: -0.06px;
  max-width: 150px;
}

.display.faded {
  opacity: 0;
}

.mono {
  font-family: "Overpass Mono", SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

.row {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.col {
  display: column;
  flex-direction: row;
  gap: 10px;
}

#frame-toggle {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #f7f7f7;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-family: "Jost", "Fraunces", "Baskervville", "Helvetica Neue", Arial,
    sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.2s ease, transform 0.1s ease, opacity 0.2s ease;
}

#frame-toggle:hover {
  background: rgba(255, 255, 255, 0.2);
}

#frame-toggle:active {
  transform: translateY(1px);
}

#frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  mix-blend-mode: color-burn;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
}

h4 {
  font-family: "Overpass Mono";
  font-size: 8px;
  font-weight: 300;
  color: white;
  line-height: normal;
  letter-spacing: 0.24px;

  width: fit-content;
}


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