@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.woff2?b445lj') format('woff2'),
    url('fonts/icomoon.woff?b445lj') 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;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #FFE0A8;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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