.background-text{position:relative;font-weight:var(--font-weight);font-size:var(--font-size);background:var(--stroke-color);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;padding:0 2px;-webkit-text-stroke-color:transparent;-webkit-text-stroke-width:var(--stroke-width)}.background-text:before{content:attr(data-content);z-index:-1;-webkit-text-stroke:0 transparent;text-shadow:var(--text-shadow)}.background-text:before,.foreground-text{font-size:var(--font-size);font-weight:var(--font-weight);position:absolute;top:0;left:2px;color:transparent}.foreground-text{display:flex;background:var(--fill-color);background-clip:text;-webkit-background-clip:text}