.stroke-name-h1 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.stroke-text {
  display: inline-block;
  line-height: 0;
}

.stroke-text__svg {
  display: block;
  height: 34px;
  width: auto;
}

.stroke-text__stroke,
.stroke-text__fill {
  font-family: inherit;
  font-size: 27px;
  font-weight: 800;
  user-select: none;
}

.stroke-text__stroke {
  fill: none;
  stroke: #e31136;
  stroke-width: 1.3;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.stroke-text__fill {
  fill: #ffffff;
  stroke: none;
}

.stroke-text__wipe-rect {
  fill: #fff;
}
