@font-face {
  font-family: 'icomoon';
  src:  url('https://opentech.eco/wp-content/uploads/icomoon.eot');
  src:  url('https://opentech.eco/wp-content/uploads/icomoon.eot') format('embedded-opentype'),
    url('https://opentech.eco/wp-content/uploads/icomoon.woff2') format('woff2'),
    url('https://opentech.eco/wp-content/uploads/icomoon.ttf') format('truetype'),
    url('https://opentech.eco/wp-content/uploads/icomoon.woff') format('woff'),
    url('https://opentech.eco/wp-content/uploads/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}

.icon-check:before {
  content: "\e908";
}
.icon-github:before {
  content: "\e907";
}
.icon-cta-arrow:before {
  content: "\e906";
}
.icon-arrow-forward:before {
  content: "\e904";
}
.icon-arrow-back:before {
  content: "\e905";
}
.icon-instagram:before {
  content: "\e900";
}
.icon-linkedin-square:before {
  content: "\e901";
}
.icon-twitter:before {
  content: "\e902";
}
.icon-facebook-square:before {
  content: "\e903";
}
