@font-face {
    font-family: 'ldkicons';
    src:  url('ldkicons/ldkicons.eot?qhstkl');
    src:  url('ldkicons/ldkicons.eot?qhstkl#iefix') format('embedded-opentype'),
      url('ldkicons/ldkicons.ttf?qhstkl') format('truetype'),
      url('ldkicons/ldkicons.woff?qhstkl') format('woff'),
      url('ldkicons/ldkicons.svg?qhstkl#ldkicons') format('svg');
    /* font-weight: normal; */
    font-style: normal;
    font-display: block;
  }
  
  i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ldkicons' !important;
    speak: never;
    font-style: normal;
    /* font-weight: normal; */
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    /* -webkit-font-smoothing: antialiased; */
    -moz-osx-font-smoothing: grayscale;
  }
  
  .ldkicon-web:before, .ldkicon-website:before {
    content: "\e900";
  }
  .ldkicon-mobile:before, .ldkicon-app:before {
    content: "\e913";
  }
  .ldkicon-game:before {
    content: "\e907";
  }
  /* SNAKE */
  .ldkicon-snake_tail:before {
    content: "\e901";
  }
  .ldkicon-snake_head:before {
    content: "\e902";
  }
  /* PACMAN */
  .ldkicon-pacman:before {
    content: "\e916";
  }
  .ldkicon-pacman2:before {
    content: "\e917";
  }
  .ldkicon-pacman-power:before {
    content: "\e919";
  }
  .ldkicon-pacman-power2:before {
    content: "\e918";
  }
  .ldkicon-strong_ghost:before {
    content: "\e908";
  }
  .ldkicon-weak_ghost:before {
    content: "\e909";
  }
  .ldkicon-pacman_powerup:before {
    content: "\e903";
  }


  .ldkicon-search:before {
    content: "\e914";
  }
  .ldkicon-cross:before {
    content: "\e915";
  }
  .ldkicon-trophy:before {
    content: "\e904";
  }
  .ldkicon-controller:before {
    content: "\e905";
  }
  .ldkicon-controller.active:before {
    content: "\e906";
  }
  .ldkicon-toggle.active:before, .ldkicon-toggle.light:before {
    content: "\e90a";
  }
  .ldkicon-toggle.inactive:before, .ldkicon-toggle.dark:before {
    content: "\e90b";
  }
  .ldkicon-square:before {
    content: "\e90c";
  }
  .ldkicon-arrow_right:before {
    content: "\e90d";
  }
  .ldkicon-arrow_left:before {
    content: "\e90e";
  }
  .ldkicon-arrow_down:before {
    content: "\e90f";
  }
  .ldkicon-arrow_up:before {
    content: "\e910";
  }
  .ldkicon-explosion2:before {
    content: "\e911";
  }
  .ldkicon-explosion1:before {
    content: "\e912";
  }

