@font-face {
  font-family: 'Anatomy-Ico';
  src:  url('fonts/Anatomy-Ico.eot?x5s09f');
  src:  url('fonts/Anatomy-Ico.eot?x5s09f#iefix') format('embedded-opentype'),
    url('fonts/Anatomy-Ico.ttf?x5s09f') format('truetype'),
    url('fonts/Anatomy-Ico.woff?x5s09f') format('woff'),
    url('fonts/Anatomy-Ico.svg?x5s09f#Anatomy-Ico') 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: 'Anatomy-Ico' !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;
}

.bbs-place:before {
  content: "\e900";
}
.bbs-medical-check:before {
  content: "\1f342";
}
.bbs-therapy:before {
  content: "\e902";
}
.bbs-google:before {
  content: "\e904";
}
