@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/fonts/icomoon.eot?n6yfoo');
  src: url('../fonts/icomoon/fonts/icomoon.eot?n6yfoo#iefix')
      format('embedded-opentype'),
    url('../fonts/icomoon/fonts/icomoon.woff2?n6yfoo') format('woff2'),
    url('../fonts/icomoon/fonts/icomoon.ttf?n6yfoo') format('truetype'),
    url('../fonts/icomoon/fonts/icomoon.woff?n6yfoo') format('woff'),
    url('../fonts/icomoon/fonts/icomoon.svg?n6yfoo#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-checkmark:before {
  content: '\e910';
}
.icon-add:before {
  content: '\e90e';
}
.icon-minus:before {
  content: '\e90f';
}
.icon-close:before {
  content: '\e90d';
}
.icon-open_in_new:before {
  content: '\e90c';
}
.icon-youtube:before {
  content: '\e90a';
}
.icon-x:before {
  content: '\e90b';
}
.icon-linkedin:before {
  content: '\e907';
}
.icon-facebook:before {
  content: '\e908';
}
.icon-instagram:before {
  content: '\e909';
}
.icon-chevron-down:before {
  content: '\e906';
}
.icon-group:before {
  content: '\e900';
}
.icon-schedule:before {
  content: '\e901';
}
.icon-location:before {
  content: '\e902';
}
.icon-cart:before {
  content: '\e903';
}
.icon-account:before {
  content: '\e904';
}
.icon-arrow-down:before {
  content: '\e905';
}
