@charset "UTF-8";

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

}

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

.ogio-icon-customization:before {
  content: "\61";
}
.ogio-icon-durability:before {
  content: "\62";
}
.ogio-icon-ergonomics:before {
  content: "\63";
}
.ogio-icon-mobility:before {
  content: "\64";
}
.ogio-icon-organization:before {
  content: "\65";
}
.ogio-icon-protection:before {
  content: "\66";
}
.ogio-icon-sustainability:before {
  content: "\67";
}
.ogio-icon-versatility:before {
  content: "\68";
}
