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

.si {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'socialicons' !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-facebook-round:before {
  content: "\e900";
}
.si-youtube:before {
  content: "\e90b";
}
.si-facebook-square:before {
  content: "\e901";
}
.si-instagram-square:before {
  content: "\e902";
}
.si-instagram:before {
  content: "\e903";
}
.si-telegram:before {
  content: "\e904";
}
.si-telegram-old:before {
  content: "\e905";
}
.si-twitter-square:before {
  content: "\e906";
}
.si-twitter:before {
  content: "\e907";
}
.si-vk:before {
  content: "\e908";
}
.si-whatsapp-square:before {
  content: "\e909";
}
.si-whatsapp:before {
  content: "\e90a";
}
.si-zen-round:before {
  content: "\e90c";
}
.si-zen-star:before {
  content: "\e90d";
}
