@font-face {
  font-family: "iconfont"; /* Project id 4647757 */
  src: url('iconfont.woff2?t=1723347173013') format('woff2'),
       url('iconfont.woff?t=1723347173013') format('woff'),
       url('iconfont.ttf?t=1723347173013') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pause:before {
  content: "\ea81";
}

.icon-play:before {
  content: "\ea82";
}

.icon-camera:before {
  content: "\e60e";
}

.icon-sound-on:before {
  content: "\e868";
}

.icon-search:before {
  content: "\e622";
}

.icon-cancel-full-screen:before {
  content: "\e61f";
}

.icon-sound-off:before {
  content: "\e865";
}

.icon-full-screen:before {
  content: "\e603";
}

.icon-area-reduction:before {
  content: "\e720";
}

.icon-area-amplification:before {
  content: "\e721";
}

