@font-face {
  font-family: 'icomoon';
  src:
    url('fonts/icomoon.ttf?4201ec') format('truetype'),
    url('fonts/icomoon.woff?4201ec') format('woff'),
    url('fonts/icomoon.svg?4201ec#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.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--arrow-down:before {
  content: "\e900";
}
.icon--arrow-left:before {
  content: "\e901";
}
.icon--arrow-right:before {
  content: "\e902";
}
.icon--arrow-up:before {
  content: "\e903";
}
.icon--check:before {
  content: "\e904";
}
.icon--chevron-down:before {
  content: "\e905";
}
.icon--chevron-large-down:before {
  content: "\e906";
}
.icon--chevron-large-left:before {
  content: "\e907";
}
.icon--chevron-large-right:before {
  content: "\e908";
}
.icon--chevron-large-up:before {
  content: "\e909";
}
.icon--chevron-left:before {
  content: "\e90a";
}
.icon--chevron-right:before {
  content: "\e90b";
}
.icon--close:before {
  content: "\e90c";
}
.icon--download:before {
  content: "\e90d";
}
.icon--file:before {
  content: "\e90e";
}
.icon--filter:before {
  content: "\e90f";
}
.icon--info:before {
  content: "\e910";
}
.icon--loading:before {
  content: "\e911";
}
.icon--mail:before {
  content: "\e912";
}
.icon--map-pin:before {
  content: "\e913";
}
.icon--menu:before {
  content: "\e914";
}
.icon--minus:before {
  content: "\e915";
}
.icon--phone:before {
  content: "\e916";
}
.icon--plus:before {
  content: "\e917";
}
.icon--show-hidden-text:before {
  content: "\e918";
}
.icon--small-arrow-down:before {
  content: "\e919";
}
.icon--small-arrow-left:before {
  content: "\e91a";
}
.icon--small-arrow-right:before {
  content: "\e91b";
}
.icon--small-arrow-up:before {
  content: "\e91c";
}
