#texte {
    font-family: "hershey";
    font-size: 5px;
    /* text-transform: uppercase; */
    /* letter-spacing: .2em; */
     animation: spacing 3s ease-in-out alternate infinite;
}
#cheminvisible {
    stroke-width: .5px;
}
#chemin {
    /* animation: flotte 3s ease-in-out alternate infinite;  */
}
@keyframes flotte {
    100% { d: var(--dd); }

}


@keyframes spacing {
         0% {
                letter-spacing: -.7px;
            }

        50% {
                letter-spacing: .2px;
            }
}


@font-face {
    font-family: "hershey";
    src: url(Hershey-Noailles-help-me.woff2);
}