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

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

.touricon-whale:before {
  content: "\e900";
}
.touricon-snorkle:before {
  content: "\e901";
}
.touricon-sunset:before {
  content: "\e902";
}
.touricon-drink:before {
  content: "\e903";
}
