@font-face {
  font-family: 'Roboto-Thin';
  src: url('../fonts/Roboto-VariableFont_wdth\,wght.ttf') format('truetype');
  font-weight: 100;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto-VariableFont_wdth\,wght.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-VariableFont_wdth\,wght.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/Roboto-VariableFont_wdth\,wght.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-VariableFont_wdth\,wght.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Roboto-Black';
  src: url('../fonts/Roboto-VariableFont_wdth\,wght.ttf') format('truetype');
  font-weight: 900;
}