@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-VF.ttf') format('truetype'); /* Roboto-VariableFont_wdth,wght.ttf */
  font-weight: 100 900;
  font-stretch: 75% 100%;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-VF-Italic.ttf') format('truetype'); /* Roboto-Italic-VariableFont_wdth,wght.ttf */
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-style: italic;
}
