/* [project]/components/LiquidEther.css [app-client] (css) */
.liquid-ether-container {
  touch-action: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

/* [project]/components/TextType.css [app-client] (css) */
.text-type {
  white-space: pre-wrap;
  display: inline-block;
}

.text-type__cursor {
  opacity: 1;
  margin-left: .25rem;
  display: inline-block;
}

.text-type__cursor--hidden {
  display: none;
}

/*# sourceMappingURL=components_b645fdae._.css.map*/