@font-face {
    font-family: 'pik00';
    src: url('squaredance00-webfont.woff2') format('woff2'),
         url('squaredance00-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


 body{
        cursor: url(images/frame1.gif), auto;
        -webkit-animation: cursor 400ms infinite;
        animation: cursor 400ms infinite;
      }
      
      
 
@-webkit-keyframes cursor {
  0% {cursor: url(images/frame1.gif), auto;}
  20% {cursor: url(images/frame2.gif), auto;}
  40% {cursor: url(images/frame3.gif), auto;}
  60% {cursor: url(images/frame4.gif), auto;}
  80% {cursor: url(images/frame1.gif), auto;}
  100% {cursor: url(images/frame2.gif), auto;}
} 

@keyframes cursor {
  0% {cursor: url(images/frame1.gif), auto;}
  20% {cursor: url(images/frame2.gif), auto;}
  40% {cursor: url(images/frame3.gif), auto;}
  60% {cursor: url(images/frame4.gif), auto;}
  80% {cursor: url(images/frame1.gif), auto;}
  100% {cursor: url(images/frame2.gif), auto;}
}
