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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-target:before {
  content: "\e900";
}
.icon-cheveron-down:before {
  content: "\e901";
}
.icon-home:before {
  content: "\e902";
}
.icon-cheveron-left:before {
  content: "\e903";
}
.icon-cheveron-right:before {
  content: "\e904";
}
.icon-cheveron-up:before {
  content: "\e905";
}
.icon-mobile2:before {
  content: "\e959";
}
.icon-spinner:before {
  content: "\e97a";
}
.icon-spinner2:before {
  content: "\e97b";
}
.icon-link:before {
  content: "\e9cb";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-facebook2:before {
  content: "\ea91";
}