@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.woff2?hyfy06') format('woff2'),
    url('fonts/icomoon.woff?hyfy06') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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