@font-face {
  font-family: 'icon';
  src:  url('fonts/icon.eot?i1vibp');
  src:  url('fonts/icon.eot?i1vibp#iefix') format('embedded-opentype'),
    url('fonts/icon.ttf?i1vibp') format('truetype'),
    url('fonts/icon.woff?i1vibp') format('woff'),
    url('fonts/icon.svg?i1vibp#icon') 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: 'icon' !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-arrow-left:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e901";
}
.icon-bullhorn:before {
  content: "\e902";
}
.icon-calendar:before {
  content: "\e903";
}
.icon-close:before {
  content: "\e904";
}
.icon-eye:before {
  content: "\e905";
}
.icon-list:before {
  content: "\e906";
}
.icon-pen:before {
  content: "\e907";
}
