@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body,
html {
  margin: 0;
  height: 100%;
  font-family: 'Roboto', sans-serif;
}

canvas {
  display: block;
}

/* ---- tsparticles containers ---- */
#tsparticles,
#tsparticles-bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
}

#tsparticles-bg {
  z-index: 0;
  pointer-events: none;
}

#tsparticles {
  z-index: 1;
}

.overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.overlay__tagline {
  position: absolute;
  top: calc(50% + clamp(81px, 26vw, 200px));
  left: 51.5%;
  transform: translateX(-50%);
  color: #ffffffab;
  font-size: clamp(16px, 3vw, 27px);
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  width: 100%;

}