@font-face {
  font-family: "PPMonumentExtended";
  src: url("/fonts/PPMonumentEx/PPMonumentExtended-Light.woff") format("woff");
  src: url("/fonts/PPMonumentEx/PPMonumentExtended-Regular.woff") format("woff");
  src: url("/fonts/PPMonumentEx/PPMonumentExtended-Black.woff") format("woff");
}

/* body {
  background-color: #000000;
  color: white;
} */

h1 {
  font-family: "PPMonumentExtended", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

h2,
h3,
span {
  font-family: "PPMonumentExtended", sans-serif;
  font-weight: 200 !important;
  text-transform: uppercase;
  margin: 0 !important;
}

a {
  font-family: "PPMonumentExtended", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none !important;
  /* text-decoration: underline 2px black; */
}

a:hover {
  text-decoration: underline 2px #000000 !important;
}

.full-width-1 {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  font-size: 9vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.huge {
  font-size: 10vw;
}

h1.reveal-text {
  overflow: hidden;
}

.char {
  display: inline-block;
  transform: translateY(100%);
}

#logo-lottie {
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: block;
  background: transparent;
  transform: rotate(-10deg);
}

h4,
h5,
h6,
p {
  font-family: "Satoshi", sans-serif;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

::selection {
  background: #c50130;
  color: white;
}

.dots {
  animation: blink 1s infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.info-bar {
  margin-top: 0 !important;
  width: 100%;
}

.info-item {
  font-size: 1.2rem;
  margin-top: 0 !important;
}

@media (max-width: 992px) {
  .huge {
    font-size: 13vw;
  }
}

@media (max-width: 768px) {
  .info-item,
  #typed-output {
    font-size: 1rem !important;
  }

  .huge {
    font-size: 20vw;
  }
}

@media (max-width: 480px) {
  .info-item,
  #typed-output {
    font-size: 0.9rem !important;
  }

  .huge {
    font-size: 22vw;
  }
}

#typed-output {
  font-size: 1.2rem;
}

.work-item {
  font-size: clamp(1.2rem);
  margin-bottom: 0 !important;
}

.work-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* // LOOP // */

.marquee-container {
  overflow: hidden;
  font-family: "PPMonumentExtended", sans-serif;
  font-size: clamp(1.5rem, 3vw, 3rem);
  padding: 1rem 0;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 26vw;
}

.marquee-track {
  display: flex;
  width: 100%;
  white-space: nowrap;
  transform: rotate(-10deg);
  transform-origin: center center;
}

.marquee-content {
  display: inline-flex;
  gap: 3rem;
  will-change: transform;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 3rem;
  text-transform: uppercase;
}

.marquee-item img {
  height: 0.9em;
  width: auto;
  vertical-align: middle;
}
