﻿/*icon font created using: https://icomoon.io/app/#/select*/
@font-face {
  font-family: 'rx-font';
  src:
    url('/fonts/rx-font.woff2') format('woff2'),
    url('/fonts/rx-font.woff') format('woff'),
    url('/fonts/rx-font.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.rx-font {
  font-family: 'rx-font' !important; /* use !important to prevent issues with browser extensions that change fonts */
  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-first-aid::before {
  content: "\e900";
}
.icon-qmax::before {
  content: "\e901";
}
.icon-flash-facts::before {
  content: "\e902";
}
.icon-express-videos::before {
  content: "\e903";
}
