  @font-face {
    font-family: 'icomoon';
    src:
      url('../fonts/icomoon.ttf?sldqt8') format('truetype');
      /*url('../fonts/icomoon.woff?sldqt8') format('woff'),*/
      /*url('../fonts/icomoon.svg?sldqt8#icomoon') format('svg');*/
    font-weight: normal;
    font-style: normal;
  }

  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    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;
  }

  .icon-microphone:before {
    content: "\e900";
  }
  .icon-record:before {
    content: "\e900";
  }
  .icon-voice:before {
    content: "\e900";
  }
  .icon-home2:before {
    content: "\e901";
  }
  .icon-music:before {
    content: "\e911";
  }
  .icon-box-add:before {
    content: "\e95e";
  }
  .icon-spinner11:before {
    content: "\e984";
  }
  .icon-cog:before {
    content: "\e994";
  }
  .icon-bin:before {
    content: "\e9ac";
  }
  .icon-download3:before {
    content: "\e9c7";
  }
  .icon-stop:before {
    content: "\ea17";
  }
  .icon-stop2:before {
    content: "\ea1e";
  }
  .icon-volume-high:before {
    content: "\ea26";
  }
  .icon-volume-mute:before {
    content: "\ea29";
  }

