@charset "UTF-8";

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

}

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

.pmf-cross:before {
  content: "a";
}
.pmf-graph-trend:before {
  content: "b";
}
.pmf-torsos:before {
  content: "c";
}
.pmf-filter-settings:before {
  content: "d";
}
.pmf-clock:before {
  content: "e";
}
.pmf-mail-read:before {
  content: "f";
}
.pmf-arrows-02:before {
  content: "h";
}
.pmf-arrows-01:before {
  content: "j";
}
.pmf-check-mark:before {
  content: "i";
}
.pmf-shopping-cart:before {
  content: "g";
}
