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

[class^="icon-"], [class*=" icon-"] {
  /* 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;
}

.icon-airbnb:before {
  content: "\e900";
  color: #ff5a5f;
}
.icon-amazon:before {
  content: "\e911";
  color: #f90;
}
.icon-amazonaws:before {
  content: "\e912";
}
.icon-apple:before {
  content: "\e901";
  color: #999;
}
.icon-applepay:before {
  content: "\e902";
}
.icon-discord:before {
  content: "\e903";
  color: #7289da;
}
.icon-facebook:before {
  content: "\e904";
  color: #1877f2;
}
.icon-github:before {
  content: "\e905";
}
.icon-gmail:before {
  content: "\e906";
  color: #d14836;
}
.icon-instagram:before {
  content: "\e907";
  color: #e4405f;
}
.icon-linkedin:before {
  content: "\e908";
  color: #0077b5;
}
.icon-microsoftoutlook:before {
  content: "\e909";
  color: #0072c6;
}
.icon-pinterest:before {
  content: "\e90a";
  color: #bd081c;
}
.icon-signal:before {
  content: "\e90b";
  color: #2592e9;
}
.icon-telegram:before {
  content: "\e90c";
  color: #2ca5e0;
}
.icon-twitch:before {
  content: "\e90d";
  color: #6441a4;
}
.icon-x:before {
  content: "\e90e";
}
.icon-whatsapp:before {
  content: "\e90f";
  color: #25d366;
}
.icon-youtube:before {
  content: "\e910";
  color: #f00;
}
