@charset "UTF-8";

@font-face {
  font-family: "hl2-icon-font";
  src:url("fonts/hl2-icon-font.eot");
  src:url("fonts/hl2-icon-font.eot?#iefix") format("embedded-opentype"),
    url("fonts/hl2-icon-font.woff") format("woff"),
    url("fonts/hl2-icon-font.ttf") format("truetype"),
    url("fonts/hl2-icon-font.svg#hl2-icon-font") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "hl2-icon-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-"]:before,
[class*=" icon-"]:before {
  font-family: "hl2-icon-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;
}

.icon-cart:before {
  content: "\61";
}
.icon-arrow-right:before {
  content: "\62";
}
.icon-lock:before {
  content: "\63";
}
.icon-stopwatch:before {
  content: "\69";
}
.icon-down-open-big:before {
  content: "\6a";
}
.icon-checkmark:before {
  content: "\6b";
}
.icon-clock:before {
  content: "\6c";
}
.icon-harddrive-2:before {
  content: "\6d";
}
.icon-play:before {
  content: "\6e";
}
.icon-trash-bin:before {
  content: "\6f";
}
.icon-exclamation:before {
  content: "\70";
}
.icon-alert:before {
  content: "\71";
}
.icon-ban:before {
  content: "\72";
}
.icon-lock-hole:before {
  content: "\73";
}
.icon-android-cancel:before {
  content: "\74";
}
.icon-checkmark-2:before {
  content: "\64";
}
.icon-pencil:before {
  content: "\65";
}
.icon-music:before {
  content: "\67";
}
.icon-volume-down:before {
  content: "\66";
}
.icon-sound-alt:before {
  content: "\68";
}
.icon-mic-a:before {
  content: "\75";
}
.icon-cancel:before {
  content: "\76";
}
.icon-download:before {
  content: "\77";
}
.icon-zip-1:before {
  content: "\78";
}
.icon-zip-2:before {
  content: "\79";
}
.icon-zip-3:before {
  content: "\7a";
}
.icon-checkmark-circled:before {
  content: "\41";
}
