@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf');
  }
  
  @font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.ttf');
  }
  
  @font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Light.ttf');
  }
  
  @font-face {
    font-family: 'Roboto-Thin';
    src: url('../fonts/Roboto-Thin.ttf');
  }
