@font-face {
  font-family: 'onemigrate';
  src:  url('../fonts/onemigrate.eot?jsh3fx');
  src:  url('../fonts/onemigrate.eot?jsh3fx#iefix') format('embedded-opentype'),
    url('../fonts/onemigrate.ttf?jsh3fx') format('truetype'),
    url('../fonts/onemigrate.woff?jsh3fx') format('woff'),
    url('../fonts/onemigrate.svg?jsh3fx#onemigrate') 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: 'onemigrate' !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-folder:before {
  content: "\e92f";
}
.icon-folder-open:before {
  content: "\e930";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-loop2:before {
  content: "\ea2e";
}
