@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "fatlab-designs" !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: "fatlab-designs" !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-3d-printer-1:before {
  content: "\61";
}
.icon-3d-printer-2:before {
  content: "\62";
}
.icon-3d-printer-resin:before {
  content: "\63";
}
.icon-anvil-outline:before {
  content: "\64";
}
.icon-cad-outline:before {
  content: "\65";
}
.icon-engrave-shape:before {
  content: "\66";
}
.icon-knife-folding-outline:before {
  content: "\67";
}
.icon-laser-engrave:before {
  content: "\68";
}
.icon-laser-engrave-2:before {
  content: "\69";
}
.icon-laser-letter:before {
  content: "\6a";
}
.icon-vinyl-cutter:before {
  content: "\6b";
}
