@font-face {
  font-family: "LORA Regular";
  src: url("../fonts/LORA_Regular.ttf");
}
@font-face {
  font-family: "Firs Neue Regular";
  src: url("../fonts/TTFirsNeue_Regular.woff2");
}
@font-face {
  font-family: "Anastasia Script Regular";
  src: url("../fonts/Anastasia-Script_Regular.woff2");
}
@font-face {
  font-family: "Eastman Regular";
  src: url("../fonts/Eastman-Regular.woff2");
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
}

body {
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url("../assets/index/bg.jpg");
  justify-content: center;
  align-items: center;
  font-size: 1vw;
}

.index-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1vw;
  overflow: hidden;
}

main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  max-height: 100%;
  max-width: 100%;
  padding: 1vw;
  color: #423e3a;
  overflow: hidden;
  gap: 3vw;
}

header {
  max-width: 60vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

h1 {
  text-align: center;
  user-select: none;
}

.collection-name {
  font-size: 7.3vw;
  font-weight: normal;
  line-height: 0.8;
  user-select: none;
  word-break: break-word;
}

.collection-dedicated-to {
  display: block;
  font-size: 2.5vw;
  font-weight: normal;
  padding-top: 3vh;
  user-select: none;
  word-break: break-word;
}

.iz-img {
  width: auto !important;
  max-height: 75vh;
  max-width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1439.9px) {
  body {
    height: 100dvh;
    overflow: hidden;
  }
  .index-container {
    width: 100vw;
    height: 100dvh;
  }
  main {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding: 2vw;
    gap: 2vh;
  }
  header {
    margin-top: 2vh;
    max-width: 90vw;
  }
  .collection-name {
    font-size: 8vw;
  }
  .collection-dedicated-to {
    font-size: 4.5vw;
    padding-top: 2vh;
  }
  .iz-img {
    max-width: 75vw;
    max-height: 45vh;
  }
}
@media screen and (max-width: 1439.9px) and (orientation: landscape) {
  main {
    flex-direction: row;
    gap: 3vw;
  }
  .iz-img {
    max-width: 30vw;
    max-height: 60vh;
  }
  header {
    margin-top: 0;
    max-width: 60vw;
  }
  .collection-name {
    font-size: 6vw;
  }
  .collection-dedicated-to {
    font-size: 2.5vw;
  }
}

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