@charset "UTF-8";

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

}

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

.icn-bf:before {
  content: "\61";
}
.icn-boxe:before {
  content: "\62";
}
.icn-boxe-2:before {
  content: "\63";
}
.icn-boxe-3:before {
  content: "\64";
}
.icn-fitboxing:before {
  content: "\65";
}
.icn-mma:before {
  content: "\66";
}
.icn-mma2:before {
  content: "\67";
}
.icn-mma3:before {
  content: "\68";
}
.icn-mma4:before {
  content: "\69";
}
