@font-face {
  font-family: 'rf_font';
  src: url('./rf_font.svg?nervhka#rf_font') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

.rf_iconlove_fill:before {
  content: "\e93e";
}
.rf_iconlove:before {
  content: "\e93c";
}
.rf_iconplay:before {
    content: "\e91d";
}

.rf_iconcancel:before {
  content: "\e901";
}
.rf_iconcheck:before {
  content: "\e902";
}

.rf_iconleft-arrow:before {
  content: "\e911";
}

.rf_iconshare:before {
  content: "\e923";
}

