@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?wkq71l');
  src:  url('../fonts/icomoon.eot?wkq71l#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?wkq71l') format('truetype'),
    url('../fonts/icomoon.woff?wkq71l') format('woff'),
    url('../fonts/icomoon.svg?wkq71l#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-size: inherit;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-users:before {
  content: "\e972";
}
.icon-clipboard:before {
  content: "\e9b8";
}
.icon-list-numbered:before {
  content: "\e9b9";
}
.icon-bookmarks:before {
  content: "\e9d3";
}
.icon-man-woman:before {
  content: "\e9de";
}
.icon-info:before {
  content: "\ea0c";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-checkmark2:before {
  content: "\ea11";
}
.icon-checkbox-checked:before {
  content: "\ea52";
}
.icon-new-tab:before {
  content: "\ea7e";
}

