@font-face {
  font-family: 'rc-font';
  src:  url('../assets/fonts/rc-font.eot?qju142');
  src:  url('../assets/fonts/rc-font.eot?qju142#iefix') format('embedded-opentype'),
    url('../assets/fonts/rc-font.ttf?qju142') format('truetype'),
    url('../assets/fonts/rc-font.woff?qju142') format('woff'),
    url('../assets/fonts/rc-font.svg?qju142#rc-font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'rc-font' !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;
}

.rc-delete-bin-fill:before {
  content: "\e905";
}
.rc-question-fill:before {
  content: "\e904";
}
.rc-loop-right-fill:before {
  content: "\e903";
}
.rc-edit-fill:before {
  content: "\e902";
}
.rc-roadster-fill:before {
  content: "\e900";
}
.rc-walk-fill:before {
  content: "\e901";
}

