@font-face {
  font-family: 'social_icons';
  src:  url('../fonts/social_icons.eot?lhl3es');
  src:  url('../fonts/social_icons.eot?lhl3es#iefix') format('embedded-opentype'),
    url('../fonts/social_icons.ttf?lhl3es') format('truetype'),
    url('../fonts/social_icons.woff?lhl3es') format('woff'),
    url('../fonts/social_icons.svg?lhl3es#social_icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'social_icons' !important;
  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-facebook:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-telegram:before {
  content: "\e902";
}
.icon-facebook__o:before {
  content: "\e903";
}
.icon-instagram__o:before {
  content: "\e904";
}
.icon-telegram__o:before {
  content: "\e905";
}
