@font-face {
  font-family: 'Roboto-Light';
  src: url(./Roboto-Light.woff2) format('woff2'), /* Modern Browsers */
       url(./Roboto-Light.woff) format('woff'), /* Modern Browsers */
       url(./Roboto-Light.ttf) format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Roboto-BoldItalic';
  src: url(./Roboto-BoldItalic.woff2) format('woff2'), /* Modern Browsers */
       url(./Roboto-BoldItalic.woff) format('woff'), /* Modern Browsers */
       url(./Roboto-BoldItalic.ttf) format('truetype'); /* Safari, Android, iOS */
}