@charset "UTF-8";

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

.lp-arrow:before {
  content: "\61";
}
.lp-caret:before {
  content: "\62";
}
.lp-fast:before {
  content: "\63";
}
.lp-link:before {
  content: "\64";
}
.lp-plus:before {
  content: "\65";
}
.lp-share:before {
  content: "\66";
}
.lp-verified:before {
  content: "\67";
}
.lp-download:before {
  content: "\68";
}
