@font-face {
  font-family: 'Roboto';
  src: url('Roboto/Roboto-Regular.ttf') format('truetype');
}
.rb {
  font-family: 'Roboto', serif;
}
@font-face {
  font-family: 'Roboto Black';
  src: url('Roboto/Roboto-Black.ttf') format('truetype');
}
.rbB {
  font-family: 'Roboto Black', serif;
}
@font-face {
  font-family: 'Roboto Black Italic';
  src: url('Roboto/Roboto-BlackItalic.ttf') format('truetype');
}
.rbBI {
  font-family: 'Roboto Black Italic', serif;
}
@font-face {
  font-family: 'Roboto Bold';
  src: url('Roboto/Roboto-Bold.ttf') format('truetype');
}
.rbBd {
  font-family: 'Roboto Bold', serif;
}
@font-face {
  font-family: 'Roboto Medium';
  src: url('Roboto/Roboto-Medium.ttf') format('truetype');
}
.rbM {
  font-family: 'Roboto Medium', serif;
}
@font-face {
  font-family: 'Roboto Italic';
  src: url('Roboto/Roboto-Italic.ttf') format('truetype');
}
.rbI {
  font-family: 'Roboto Italic', serif;
}
@font-face {
  font-family: 'Roboto Light';
  src: url('Roboto/Roboto-Light.ttf') format('truetype');
}
.rbL {
  font-family: 'Roboto Light', serif;
}
/*# sourceMappingURL=fonts.css.map */