@charset "UTF-8";

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

}

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

.ficon-cancel:before {
  content: "a";
}
.ficon-plus:before {
  content: "b";
}
.ficon-minus:before {
  content: "c";
}
.ficon-share:before {
  content: "d";
}
.ficon-right-open-mini:before {
  content: "e";
}
.ficon-left-open-mini:before {
  content: "f";
}