@charset "UTF-8";

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

}

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

.cs-font-access:before {
  content: "\61";
}
.cs-font-cart:before {
  content: "\62";
}
.cs-font-dashboard:before {
  content: "\63";
}
.cs-font-coins:before {
  content: "\64";
}
.cs-font-manage:before {
  content: "\65";
}
.cs-font-orders:before {
  content: "\66";
}
.cs-font-points:before {
  content: "\67";
}
.cs-font-process:before {
  content: "\68";
}
.cs-font-progress:before {
  content: "\69";
}
.cs-font-site:before {
  content: "\6a";
}
.cs-font-tickets:before {
  content: "\6b";
}
.cs-font-link:before {
  content: "\6c";
}
.cs-font-tag:before {
  content: "\6d";
}
.cs-font-tracker:before {
  content: "\6e";
}
