@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?g82ymk');
  src:  url('fonts/icomoon.eot?g82ymk#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?g82ymk') format('truetype'),
    url('fonts/icomoon.woff?g82ymk') format('woff'),
    url('fonts/icomoon.svg?g82ymk#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-user:before {
  content: "\f007";
}
.icon-home:before {
  content: "\f015";
}
.icon-clock-o:before {
  content: "\f017";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-edit:before {
  content: "\f044";
}
.icon-pencil-square-o:before {
  content: "\f044";
}
.icon-comment:before {
  content: "\f075";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-comments:before {
  content: "\f086";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-caret-down:before {
  content: "\f0d7";
}
