.stroke-text {
  display: block;
  width: 100%;
  line-height: 0;
  font-family: inherit;
}

.stroke-text--hover {
  cursor: pointer;
}

.stroke-text__svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.stroke-text__stroke,
.stroke-text__fill {
  user-select: none;
  font-family: inherit;
}
