@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  src: url(Roboto-Light.ttf)
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-display: swap;
  src: url(Roboto-LightItalic.ttf)
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url(Roboto-Medium.ttf)
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: bold;
  font-display: swap;
  src: url(Roboto-MediumItalic.ttf)
}