@font-face {
  font-family: 'jetpackIcons';
  src:  url('/fonts/jetpackIcons.eot?29ic8y');
  src:  url('/fonts/jetpackIcons.eot?29ic8y#iefix') format('embedded-opentype'),
    url('/fonts/jetpackIcons.woff2?29ic8y') format('woff2'),
    url('/fonts/jetpackIcons.ttf?29ic8y') format('truetype'),
    url('/fonts/jetpackIcons.woff?29ic8y') format('woff'),
    url('/fonts/jetpackIcons.svg?29ic8y#jetpackIcons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon"], [class*=" icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jetpackIcons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconArrowLeft:before {
  content: "\e908";
}
.iconArrowRight:before {
  content: "\e909";
}
.iconInstagram:before {
  content: "\e905";
}
.iconLinkedIn:before {
  content: "\e906";
}
.iconFacebook:before {
  content: "\e907";
}
.iconCostEffective:before {
  content: "\e900";
}
.iconLogoElement:before {
  content: "\e901";
}
.iconPataProcessing:before {
  content: "\e902";
}
.iconPerformance:before {
  content: "\e903";
}
.iconVisibility:before {
  content: "\e904";
}

