@font-face {
  font-family: 'roboto';
  src: url('../../fonts/roboto/Roboto-Regular.woff2') format('woff2'), url('../../fonts/roboto/Roboto-Regular.woff') format('woff'), url('../../fonts/roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto-light';
  src: url('../../fonts/roboto/Roboto-Light.woff2') format('woff2'), url('../../fonts/roboto/Roboto-Light.woff') format('woff'), url('../../fonts/roboto/Roboto-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto-medium';
  src: url('../../fonts/roboto/Roboto-Medium.woff2') format('woff2'), url('../../fonts/roboto/Roboto-Medium.woff') format('woff'), url('../../fonts/roboto/Roboto-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto-bold';
  src: url('../../fonts/roboto/Roboto-Bold.woff2') format('woff2'), url('../../fonts/roboto/Roboto-Bold.woff') format('woff'), url('../../fonts/roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rzd';
  src: url('../../fonts/rzd.ttf?cqglvc') format('truetype'),
  url('../../fonts/rzd.woff?cqglvc') format('woff');
  font-weight: normal;
  font-style: normal;
}

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

.r-icon-user:before {
  content: "\e911";
}
.r-icon-lock:before {
  content: "\e90a";
}
.r-icon-arrow-down:before {
  content: "\e900";
}
.r-icon-arrow-left:before {
  content: "\e901";
}
.r-icon-arrow-right:before {
  content: "\e902";
}
.r-icon-calculator:before {
  content: "\e903";
}
.r-icon-calendar:before {
  content: "\e913";
}
.r-icon-check:before {
  content: "\e904";
}
.r-icon-csv:before {
  content: "\e905";
}
.r-icon-delete:before {
  content: "\e906";
}
.r-icon-grid:before {
  content: "\e907";
}
.r-icon-img-add:before {
  content: "\e908";
}
.r-icon-list:before {
  content: "\e909";
}
.r-icon-minus:before {
  content: "\e90b";
}
.r-icon-move:before {
  content: "\e90c";
}
.r-icon-plus:before {
  content: "\e90d";
}
.r-icon-search:before {
  content: "\e90e";
}
.r-icon-source-code:before {
  content: "\e90f";
}
.r-icon-update:before {
  content: "\e910";
}
.r-icon-close:before {
  content: "\e912";
}
.r-icon-edit:before {
  content: "\e913";
}