@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "bluesky" !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^="fontastic-icon-"]:before,
[class*=" fontastic-icon-"]:before {
  font-family: "bluesky" !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;
}

.fontastic-icon-bluesky-logo:before {
  content: "\61";
}
.fontastic-icon-align-center:before {
  content: "\62";
}
.fontastic-icon-align-justify:before {
  content: "\63";
}
.fontastic-icon-align-left:before {
  content: "\64";
}
.fontastic-icon-align-right:before {
  content: "\65";
}
