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

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

.rush-account:before {
  content: "\e900";
  color: #6b705c;
}
.rush-basket:before {
  content: "\e901";
  color: #6b705c;
}
