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

[class^="rs-"]:before, [class*=" rs-"]:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;

  display: inline-block;
  text-decoration: inherit;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rs-construction:before { content: '\e800'; } /* '' */
.rs-dictionary:before { content: '\e801'; } /* '' */
.rs-school:before { content: '\e802'; } /* '' */
.rs-bag:before { content: '\e803'; } /* '' */
.rs-apple:before { content: '\e804'; } /* '' */
.rs-ministry:before { content: '\e805'; } /* '' */
.rs-groups:before { content: '\e806'; }