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

.brand {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'brands' !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;
}

.brand-x:before {
  content: "\e900";
}
.brand-twitter:before {
  content: "\e900";
}
.brand-facebook:before {
  content: "\f09a";
}
.brand-facebook-f:before {
  content: "\f09a";
}
.brand-linkedin:before {
  content: "\f0e1";
}
.brand-youtube:before {
  content: "\f16a";
}
.brand-instagram:before {
  content: "\f16d";
}
