/* https://icomoon.io/app/#/select/font */

@font-face {
  font-family: 'socialicons';
  src: url('socialicons.woff?9d5job') format('woff');
  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: 'socialicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

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

.si-facebook:before {
  content: "\ea91";
}
.si-instagram:before {
  content: "\ea92";
}
.si-twitter:before {
  content: "\ea96";
}
.si-youtube:before {
  content: "\ea9d";
}
.si-linkedin:before {
  content: "\eac9";
}
