.szgt-scroll-zoom-text {
    display: inline-block;
    font-size: var(--szgt-start-size, 64px);
    line-height: 1.1;
    font-weight: 800;
    background-image: linear-gradient(90deg, var(--szgt-color-1, #ffcc00), var(--szgt-color-2, #ff0066), var(--szgt-color-3, #6600ff));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    transition: font-size 0.08s linear;
    will-change: font-size;
    cursor: ns-resize;
}
