@charset "UTF-8";

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

}

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

.icon-number-zero:before {
  content: "\30";
}
.icon-number-one:before {
  content: "\31";
}
.icon-number-two:before {
  content: "\32";
}
.icon-number-three:before {
  content: "\33";
}
.icon-number-four:before {
  content: "\34";
}
.icon-number-five:before {
  content: "\35";
}
.icon-number-six:before {
  content: "\36";
}
.icon-number-seven:before {
  content: "\37";
}
.icon-number-eight:before {
  content: "\38";
}
.icon-number-nine:before {
  content: "\39";
}
