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

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

.grape-grape:before {
  content: "\e900";
}
