@font-face {
  font-family: 'icon-font';
  src: url('../fonts/icon-font/icon-font.eot?t9zcdp');
  src: url('../fonts/icon-font/icon-font.eot?t9zcdp#iefix') format('embedded-opentype'),
    url('../fonts/icon-font/icon-font.ttf?t9zcdp') format('truetype'),
    url('../fonts/icon-font/icon-font.woff?t9zcdp') format('woff'),
    url('../fonts/icon-font/icon-font.svg?t9zcdp#icon-font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.i-share:before {
  content: "\e911";
}

.i-w-whatsapp:before {
  content: "\e900";
}

.i-visible:before {
  content: "\e901";
}

.i-user:before {
  content: "\e902";
}

.i-s-youtube:before {
  content: "\e903";
}

.i-s-twitter:before {
  content: "\e904";
}

.i-s-facebook:before {
  content: "\e905";
}

.i-search-close:before {
  content: "\e906";
}

.i-search:before {
  content: "\e907";
}

.i-play-r:before {
  content: "\e908";
}

.i-play-bk:before {
  content: "\e909";
}

.i-not-visible:before {
  content: "\e90a";
}

.i-w-mail:before {
  content: "\e90b";
}

.i-gr-insta:before {
  content: "\e90c";
}

.i-close:before {
  content: "\e90d";
}

.i-bk-link:before {
  content: "\e90e";
}

.i-arrow-up:before {
  content: "\e90f";
}

.i-angle-down:before {
  content: "\e910";
}
