@charset "UTF-8";

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

}

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

.icongutters-001-protection:before {
  content: "\61";
}
.icongutters-002-windshield:before {
  content: "\62";
}
.icongutters-003-electric-car:before {
  content: "\63";
}
.icongutters-004-windshield-1:before {
  content: "\64";
}
.icongutters-005-car-glass:before {
  content: "\65";
}
