@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?vb336r');
  src:  url('fonts/icomoon.eot?vb336r#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?vb336r') format('truetype'),
    url('fonts/icomoon.woff?vb336r') format('woff'),
    url('fonts/icomoon.svg?vb336r#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* 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;
}

.icon-logo:before {
  content: "\e90b";
}
.icon-facebook:before {
  content: "\e908";
}
.icon-twitter:before {
  content: "\e906";
}
.icon-youtube:before {
  content: "\e907";
}
.icon-instagram:before {
  content: "\e905";
}
.icon-linkedin:before {
  content: "\e904";
}
.icon-apple:before {
  content: "\e909";
}
.icon-googleplay:before {
  content: "\e90a";
}
.icon-search:before {
  content: "\e90c";
}
.icon-calendar:before {
  content: "\e90f";
}
.icon-arrow-left:before {
  content: "\e902";
}
.icon-arrow-right:before {
  content: "\e903";
}
.icon-arrow-down:before {
  content: "\e90d";
}
.icon-arrow-up:before {
  content: "\e90e";
}
.icon-check:before {
  content: "\e901";
}
.icon-clock:before {
  content: "\e900";
}
.icon-error:before {
  content: "\e910";
}
