@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "chrislemacom" !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: "chrislemacom" !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-mic:before {
  content: "\e000";
}
.icon-book:before {
  content: "\e001";
}
.icon-case:before {
  content: "\e002";
}
.icon-people:before {
  content: "\e003";
}
.icon-cog:before {
  content: "\e004";
}
.icon-play:before {
  content: "\e005";
}
.icon-phone:before {
  content: "\e006";
}
.icon-rm:before {
  content: "\e007";
}
.icon-storytelling:before {
  content: "\e008";
}
