@charset "UTF-8";

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

}

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

.fa-apple-pay:before {
  content: "\61";
}
.fa-envelope-open-regular:before {
  content: "\62";
}
.fa-face-grin-beam-regular:before {
  content: "\63";
}
.fa-handshake-regular:before {
  content: "\64";
}
.fa-truck-fast-solid:before {
  content: "\65";
}
.fa-circle-check-regular:before {
  content: "\66";
}
.fa-envelope-regular:before {
  content: "\67";
}
.fa-location-dot-solid:before {
  content: "\68";
}
.fa-mobile-screen-button-solid:before {
  content: "\69";
}
.fa-phone-solid:before {
  content: "\6a";
}
