#texte {
    font-family: "hershey";
    font-size: 4.5px;
    /* text-transform: uppercase; */
    /* letter-spacing: .2em; */
     animation: scale 30s;
}
#cheminvisible {
    stroke-width: .5px;
}
#chemin {
    animation: flotte 1s ease-in-out alternate infinite;  
}

@keyframes flotte {
    100% { d: var(--dd); }
}


 @keyframes scale {
         0% {
                font-size: 1.5px;
            }

        60% {
                font-size: 4.5px;
            }
} 


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