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

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

.blaek-social-icon-youtube:before {
  content: "\e903";
}
.blaek-social-icon-linkedin:before {
  content: "\e904";
}
.blaek-social-icon-facebook:before {
  content: "\e905";
}
.blaek-social-icon-x-twitter:before {
  content: "\e900";
}
.blaek-social-icon-threads:before {
  content: "\e901";
}
.blaek-social-icon-instagram:before {
  content: "\e902";
}
