@charset "UTF-8";

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

}

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

.fontastic-ear:before {
  content: "a";
}
.fontastic-eye:before {
  content: "b";
}
.fontastic-hand:before {
  content: "c";
}
.fontastic-body-types-robots-rectangle:before {
  content: "d";
}
.fontastic-body-types-robots-pear:before {
  content: "e";
}
.fontastic-body-types-robots-neat-hourglass:before {
  content: "f";
}
.fontastic-body-types-robots-lean-compact:before {
  content: "g";
}
.fontastic-body-types-robots-inverted-triangle:before {
  content: "h";
}
.fontastic-body-types-robots-full-hourglass:before {
  content: "i";
}
.fontastic-body-types-robots-apple:before {
  content: "j";
}
