@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?9t0lka');
  src:  url('fonts/icomoon.eot?9t0lka#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?9t0lka') format('truetype'),
    url('fonts/icomoon.woff?9t0lka') format('woff'),
    url('fonts/icomoon.svg?9t0lka#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-home:before {
  content: "\e900";
}
.icon-pencil:before {
  content: "\e905";
}
.icon-creditCard:before {
  content: "\e93f";
}
.icon-map:before {
  content: "\e94b";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-user:before {
  content: "\e971";
}
.icon-search:before {
  content: "\e986";
}
.icon-bin:before {
  content: "\e9ad";
}
.icon-file:before {
  content: "\e9cd";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-bookMarks:before {
  content: "\e9d3";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkMark:before {
  content: "\ea10";
}
.icon-arrowLeft:before {
  content: "\ea40";
}
.icon-loop:before {
  content: "\ea2d";
}
