/*
Theme Name: Your Child Theme
Description: This is an example of a blank Gnar child theme.
Author: Your name here
Template: gnar
*/

/* Your custom CSS here */
@font-face {
  font-family:rushCustom;
  src:  url(http://www.rushadventuretours.com.au/wp-content/themes/gnar-child/fonts/icomoon.eot) format('embedded-opentype'),
    url(http://www.rushadventuretours.com.au/wp-content/themes/gnar-child/fonts/icomoon.ttf) format('truetype'),
    url(http://www.rushadventuretours.com.au/wp-content/themes/gnar-child/fonts/icomoon.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

.fa-bike-level-3:before {
    font-family: 'rushCustom' !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;
  content: "\e900";
}
.fa-bike-level-2:before {
    font-family: 'rushCustom' !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;
  content: "\e901";
}
.fa-bike-level-1:before {
    font-family: 'rushCustom' !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;
  content: "\e902";
}

