@charset "UTF-8";

@font-face {
  font-family: "evolution";
  src:url("fonts/evolution.eot");
  src:url("fonts/evolution.eot?#iefix") format("embedded-opentype"),
    url("fonts/evolution.woff") format("woff"),
    url("fonts/evolution.ttf") format("truetype"),
    url("fonts/evolution.svg#evolution") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "evolution" !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^="evo-"]:before,
[class*=" evo-"]:before {
  font-family: "evolution" !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;
}

.evo-tilt:before {
  content: "\61";
}
.evo-lowtemperature:before {
  content: "\62";
}
.evo-hightemperature:before {
  content: "\63";
}
.evo-highpressure:before {
  content: "\64";
}
.evo-lowpressure:before {
  content: "\65";
}
.evo-lowhumidity:before {
  content: "\66";
}
.evo-highhumidity:before {
  content: "\67";
}
.evo-gpsjamming:before {
  content: "\68";
}
.evo-shock:before {
  content: "\69";
}
.evo-lowbatterycapacity:before {
  content: "\6a";
}
.evo-celltowerfallback:before {
  content: "\6b";
}
.evo-swplayout:before {
  content: "\6c";
}
