@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "ship" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "ship" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ship-attachments:before {
  content: "\61";
}
.icon-ship-columns:before {
  content: "\63";
}
.icon-ship-duplicate:before {
  content: "\64";
}
.icon-ship-live:before {
  content: "\6c";
}
.icon-ship-markdown:before {
  content: "\6d";
}
.icon-ship-offline:before {
  content: "\6f";
}
.icon-ship-organize:before {
  content: "\67";
}
.icon-ship-queue:before {
  content: "\71";
}
