@charset "UTF-8";

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

}

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

.speequal-ribbon:before {
  content: "\72";
}
.speequal-gear:before {
  content: "\67";
}
.speequal-translation:before {
  content: "\74";
}
.speequal-layout:before {
  content: "\64";
}
.speequal-lso:before {
  content: "\65";
}
