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

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

.iconbb-googlemybusiness:before {
  content: "\e901";
}
.iconbb-x-twitter:before {
  content: "\e900";
}
