*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #000;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.soon {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 24px;
  text-align: center;
}

.soon__logo {
  width: 92px;
  height: 92px;
  object-fit: contain;
}

.soon__title {
  font-size: clamp(32px, 6vw, 52px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.1;
}

.soon__label {
  font-size: clamp(27px, 2.5vw, 18px);
  font-weight: 900;
  letter-spacing: 0.35em;
  color: #cfa8df;
}
