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

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

.adventure-add:before {
  content: "\e902";
}
.adventure-close:before {
  content: "\e900";
}
.adventure-menu:before {
  content: "\e901";
}
