@charset "UTF-8";

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

}

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


