@font-face {
  font-family: 'rax-booking-icons';
  src:  url('fonts/rax-booking-icons.eot?od94d4');
  src:  url('fonts/rax-booking-icons.eot?od94d4#iefix') format('embedded-opentype'),
    url('fonts/rax-booking-icons.ttf?od94d4') format('truetype'),
    url('fonts/rax-booking-icons.woff?od94d4') format('woff'),
    url('fonts/rax-booking-icons.svg?od94d4#rax-booking-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.rax-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'rax-booking-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;
}

.rax-icon_bowling_ball:before {
  content: "\e905";
}
.rax-icon_add_square:before {
  content: "\e900";
}
.rax-icon_arrow_down:before {
  content: "\e901";
}
.rax-icon_arrow_left:before {
  content: "\e902";
}
.rax-icon_arrow_right:before {
  content: "\e903";
}
.rax-icon_arrow_up:before {
  content: "\e904";
}
.rax-icon_check:before {
  content: "\e907";
}
.rax-icon_calendar:before {
  content: "\e906";
}
.rax-icon_close:before {
  content: "\e91b";
}
.rax-icon_minus_square:before {
  content: "\e91c";
}
.rax-icon_people:before {
  content: "\e91d";
}
.rax-icon_search:before {
  content: "\e91e";
}
.rax-icon_whatsapp:before {
  content: "\e91f";
}
.rax-icon_warning:before {
    content: "e002";
}
