@font-face {
  font-family: 'social-icons';
  src:
    url('social-icons.ttf?lbivdl') format('truetype'),
    url('social-icons.woff?lbivdl') format('woff'),
    url('social-icons.svg?lbivdl#social-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.si-share1:before {
  content: "\e919";
}
.si-pencil:before {
  content: "\e900";
}
.si-mail-envelope-open:before {
  content: "\e901";
}
.si-content-copy:before {
  content: "\e902";
}
.si-facebook:before {
  content: "\e9fb";
  color: #1877f2;
}
.si-linkedin:before {
  content: "\eac8";
  color: #0077b5;
}
.si-pinterest:before {
  content: "\eb59";
  color: #bd081c;
}
.si-twitter:before {
  content: "\ec3e";
  color: #1da1f2;
}
.si-whatsapp:before {
  content: "\ec70";
  color: #25d366;
}
.si-telegram:before {
  content: "\e903";
  color: #229ed9;
}
.si-instagram:before {
  content: "\e904";
  color: #ff2471;
}
.si-link:before {
  content: "\e905";
}
