@font-face {
  font-family: 'iconFont';
  src:
    url('fonts/iconFont.ttf?ge0pc4') format('truetype'),
    url('fonts/iconFont.woff?ge0pc4') format('woff'),
    url('fonts/iconFont.svg?ge0pc4#iconFont') 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: 'iconFont' !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;
}

.iconFt_home:before {
  content: "\e907";
}
.iconFt_left:before {
  content: "\e904";
}
.iconFt_top_bottom:before {
  content: "\e901";
  color: #666;
}
.iconFt_right:before {
  content: "\e903";
}
.iconFt_play:before {
  content: "\e902";
}
.iconFt_icon-cs:before {
  content: "\e906";
  color: #ffe4e1;
}
.iconFt_icon-email:before {
  content: "\e905";
  color: #ffe4e1;
}
.iconFt_icon-search:before {
  content: "\e900";
  color: #0050cd;
}
.iconFt_pause:before {
  content: "\e909";
}
.iconFt_quest:before {
  content: "\e922";
}
