@charset "UTF-8";

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

}

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

.sf-icon-marker:before {
  content: "a";
}
.sf-icon-btl:before {
  content: "b";
}
