@charset "UTF-8";

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

}

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

.emm-pictos-icon-close-24px:before {
  content: "\61";
}
.emm-pictos-icon-menu-24px:before {
  content: "\62";
}
.emm-pictos-icon-menu-open-24px:before {
  content: "\63";
}
