@font-face {
  font-family: "fa-brands-custom";
  src: url("../webfonts/fa-brands-custom.eot");
  src: url("../webfonts/fa-brands-custom.eot?#iefix") format("embedded-opentype"),
       url("../webfonts/fa-brands-custom.woff") format("woff"),
       url("../webfonts/fa-brands-custom.ttf") format("truetype"),
       url("../webfonts/fa-brands-custom.svg#fa-brands-custom") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

.icon-apple:before {
  content: "\e900";
}
.icon-github:before {
  content: "\e901";
}
.icon-linux:before {
  content: "\e902";
}
.icon-telegram:before {
  content: "\e903";
}
.icon-twitter:before {
  content: "\e904";
}
.icon-windows:before {
  content: "\e905";
}

.footer-social a,
.downloads-tabs .downloads-tab {
  text-decoration: none;
}
