/* [project]/node_modules/slot-text/style.css [app-client] (css) */
.slot-text {
  white-space: pre;
  display: inline-flex;
}

.char-slot {
  vertical-align: bottom;
  flex: none;
  justify-content: center;
  line-height: 1.3;
  display: inline-flex;
  position: relative;
  overflow: visible clip;
}

.char-slot.is-resizing {
  overflow-x: clip;
}

.char-sizer {
  visibility: hidden;
  white-space: pre;
}

.char-face {
  white-space: pre;
  will-change: transform;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

