@charset "UTF-8";

@font-face {
  font-family: "tonnotermans";
  src:url("tonnotermans.eot");
  src:url("tonnotermans.eot?#iefix") format("embedded-opentype"),
    url("tonnotermans.woff") format("woff"),
    url("tonnotermans.ttf") format("truetype"),
    url("tonnotermans.svg#tonnotermans") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "tonnotermans" !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^="ton-"]:before,
[class*=" ton-"]:before {
  font-family: "tonnotermans" !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;
}

.ton-cart:before {
  content: "\61";
}
.ton-home-icon:before {
  content: "\62";
}
.ton-pijltje:before {
  content: "\63";
}
.ton-slot:before {
  content: "\64";
}
.ton-truck:before {
  content: "\65";
}
