@font-face {
  font-family: 'precitec-icofont';
  src:
    url('../fonts/precitec-icofont.ttf?fprpfv') format('truetype'),
    url('../fonts/precitec-icofont.woff?fprpfv') format('woff'),
    url('../fonts/precitec-icofont.svg?fprpfv#precitec-icofont') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'precitec-icofont' !important;
  speak: never;
  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;
}

.ico-twitter:before {
  content: "\e901";
}
.ico-instagram:before {
  content: "\e900";
}
.icon-logo-x-twitter:before {
  content: "\e901";
}