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

.ic {
  /* 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;
}

.ic-chat:before {
  content: "\e90a";
}
.ic-play:before {
  content: "\e90b";
}
.ic-quote:before {
  content: "\e90c";
}
.ic-rating:before {
  content: "\e90d";
}
.ic-full:before {
  content: "\e90e";
}
.ic-close:before {
  content: "\e909";
}
.ic-bottom:before {
  content: "\e900";
}
.ic-top:before {
  content: "\e901";
}
.ic-left:before {
  content: "\e902";
}
.ic-right:before {
  content: "\e903";
}
.ic-money:before {
  content: "\e904";
}
.ic-ok:before {
  content: "\e90f";
}
.ic-pen:before {
  content: "\e910";
}
.ic-twitter:before {
  content: "\e905";
}
.ic-facebook:before {
  content: "\e906";
}
.ic-vk:before {
  content: "\e907";
}
.ic-search:before {
  content: "\e908";
}
.ic-telegram:before {
  content: "\ea95";
}
