@font-face {
  font-family: 'icomoon';
  src:
    url('fonts/icomoon.ttf?ajq99z') format('truetype'),
    url('fonts/icomoon.woff?ajq99z') format('woff'),
    url('fonts/icomoon.svg?ajq99z#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;
  vertical-align: -.125em;

  /* 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--chat:before {
  content: "\e904";
}
.icon--check:before {
  content: "\e905";
}
.icon--chevron-both-horizontal:before {
  content: "\e906";
}
.icon--chevron-both-vertical:before {
  content: "\e907";
}
.icon--chevron-down:before {
  content: "\e908";
}
.icon--chevron-left:before {
  content: "\e909";
}
.icon--chevron-right:before {
  content: "\e90a";
}
.icon--chevron-up:before {
  content: "\e90b";
}
.icon--clock:before {
  content: "\e90c";
}
.icon--close:before {
  content: "\e90d";
}
.icon--facebook:before {
  content: "\e90e";
}
.icon--favorite:before {
  content: "\e90f";
}
.icon--favorited:before {
  content: "\e910";
}
.icon--heart:before {
  content: "\e911";
}
.icon--home:before {
  content: "\e912";
}
.icon--lock:before {
  content: "\e913";
}
.icon--menu:before {
  content: "\e914";
}
.icon--minus:before {
  content: "\e915";
}
.icon--plus:before {
  content: "\e916";
}
.icon--print:before {
  content: "\e917";
}
.icon--rectangle:before {
  content: "\e918";
}
.icon--search:before {
  content: "\e919";
}
.icon--star:before {
  content: "\e91a";
}
.icon--user:before {
  content: "\e91b";
}
