@font-face {
  font-family: "Fabregas";
  src: url("fonts/Fabregas/Fabregas.ttf") format("truetype");
}
html, body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #000000;
}

@keyframes typing {
  from {
    width: 10%;
  }
  to {
    width: 100%;
  }
}
@keyframes hero-img-reveal {
  from {
    height: 0%;
  }
  to {
    height: 100%;
  }
}
.star-animation {
  width: 102vw;
  height: 102vh;
  margin: -1%;
  opacity: 0;
  position: absolute;
  background-color: black;
  z-index: -10;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.container .loadingtext {
  position: fixed;
  font-size: 8rem;
  font-family: "Fabregas";
  padding-right: 5%;
  padding-top: 2%;
}
.container .herotext {
  width: 10%;
  position: fixed;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 5%;
  padding-right: 4%;
  padding-top: 2%;
  font-size: 8rem;
  font-family: "Fabregas";
  color: white;
  z-index: 10;
}
.container .hero {
  width: 350px;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .hero .hero-img {
  width: 100%;
  height: 0%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid white;
  z-index: 5;
}

.wip {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: white;
  font-size: 1rem;
  font-family: monospace;
}

.hi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 3rem;
  font-family: monospace;
}/*# sourceMappingURL=styles.css.map */