@font-face {
  font-family: 'Roboto';
  font-weight: normal;
  src: url("../../assets/fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: italic;
  src: url("../../assets/fonts/Roboto-Italic.ttf");
}
@font-face {
  font-family: 'Roboto';
  font-weight: 900;
  src: url("../../assets/fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: italic;
  src: url("../../assets/fonts/Roboto-BoldItalic.ttf");
}
@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  src: url("../../assets/fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: italic;
  src: url("../../assets/fonts/Roboto-MediumItalic.ttf");
}
@font-face {
  font-family: 'Roboto';
  font-weight: 100;
  src: url("../../assets/fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: 'Roboto';
  font-weight: 100;
  font-style: italic;
  src: url("../../assets/fonts/Roboto-LightItalic.ttf");
}
/*# sourceMappingURL=fonts.css.map */