:root {
  --violett: #cdccfb;
  --white: white;
  --black: black;
}

body {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.comingsoon {
  background-color: var(--violett);
  background-image: linear-gradient(360deg, var(--violett), rgba(255, 255, 255, 0)), url('../images/comingSoon_parabel.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding: 2.5rem 5rem;
  display: flex;
}

.text_comingsoon {
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  line-height: 120%;
}

.text-explainer {
  font-size: 3rem;
  line-height: 120%;
}

.logo {
  width: 100%;
}

.text-center {
  text-align: center;
  max-width: 32rem;
}

@media screen and (max-width: 767px) {
  .comingsoon {
    padding: 2.5rem 1.25rem 1.25rem;
  }

  .text-explainer {
    font-size: 2rem;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'), url('../fonts/Satoshi-Regular.woff') format('woff'), url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'), url('../fonts/Satoshi-Medium.woff') format('woff'), url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}