@font-face {
  font-family: 'waitlist';
  src:  url('../fonts/waitlist.eot?gwad77');
  src:  url('../fonts/waitlist.eot?gwad77#iefix') format('embedded-opentype'),
    url('../fonts/waitlist.ttf?gwad77') format('truetype'),
    url('../fonts/waitlist.woff?gwad77') format('woff'),
    url('../fonts/waitlist.svg?gwad77#waitlist') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="xoo-wl-icon"], [class*=" xoo-wl-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'waitlist' !important;
  speak: none;
  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;
}

.xoo-wl-icon-checkmark:before {
  content: "\e900";
}
.xoo-wl-icon-cross:before {
  content: "\e907";
}
.xoo-wl-icon-check_circle:before {
  content: "\e90a";
}
.xoo-wl-icon-cancel-circle:before {
  content: "\ea0d";
}
