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

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

.BBic-facebook:before {
  content: "\e900";
  color: #1877f2;
}
.BBic-instagram:before {
  content: "\e901";
  color: #e4405f;
}
.BBic-linkedin:before {
  content: "\e902";
  color: #0077b5;
}
.BBic-whatsapp:before {
  content: "\e903";
  color: #25d366;
}
