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

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'paperdoll-icons' !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;
}

.icon-arrow-thin-right:before {
  content: "\e900";
}
.icon-arrow-up:before {
  content: "\e901";
}
.icon-arrow-thin-left:before {
  content: "\e902";
}
.icon-arrow-thin-down:before {
  content: "\e903";
}
.icon-twitter:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e906";
}
.icon-yelp:before {
  content: "\e907";
}
.icon-cheveron-left:before {
  content: "\e961";
}
.icon-cheveron-right:before {
  content: "\e962";
}
.icon-send:before {
  content: "\e963";
}
