@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: DM Serif Display, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

.nav {
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  inset: 0% 0% auto;
}

.section_coming-soon {
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
}

.nav_container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.heading-style-coming-soon {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 13rem;
  line-height: 100%;
}

.heading-style-h4 {
  color: #000;
  font-family: DM Serif Display, sans-serif;
  font-size: 2rem;
  line-height: 100%;
}

.coming-soon_contact-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: auto auto 3rem 5%;
}

.text-style-normal {
  color: #000;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
}

.coming-soon_image-wrapper {
  aspect-ratio: 2 / 3;
  width: 15rem;
  position: absolute;
  bottom: 2rem;
  right: 5%;
  overflow: hidden;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .heading-style-coming-soon {
    font-size: 9rem;
  }
}

@media screen and (max-width: 767px) {
  .section_coming-soon {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .heading-style-coming-soon {
    font-size: 7rem;
  }

  .coming-soon_contact-wrapper {
    align-items: center;
    position: static;
    left: auto;
  }

  .coming-soon_image-wrapper {
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .section_coming-soon {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav_container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-style-coming-soon {
    font-size: 5rem;
  }
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}