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

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

.bbcd-arrow-switch-images:before {
  content: "\e900";
  color: #52787a;
}
.bbcd-icon-arrow-flip-card-gray:before {
  content: "\e901";
}
.bbcd-icon-arrow-flip-card-white:before {
  content: "\e902";
  color: #fff;
}
.bbcd-icon-arrow-left-gray:before {
  content: "\e903";
}
.bbcd-icon-arrow-right-gray:before {
  content: "\e904";
}
.bbcd-icon-arrow-right-white:before {
  content: "\e905";
}
