  /* Roboto Static Fonts */

@font-face {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  src: 
      url('roboto/Roboto-Regular-subset.woff2') format('woff2'), 
      url('roboto/Roboto-Regular-subset.woff') format('woff');
  font-display: swap;
  }
  
  @font-face {
      font-family: 'Roboto';
      font-weight: bold;
      font-style: normal;
      src: 
      url('roboto/Roboto-Bold-subset.woff2') format('woff2'), 
      url('roboto/Roboto-Bold-subset.woff') format('woff');
      font-display: swap;
  }
  
  @font-face {
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
    src: 
    url('roboto/Roboto-Light-subset.woff2') format('woff2'), 
    url('roboto/Roboto-Light-subset.woff') format('woff');
    font-display: swap;
}
  
@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
    src: 
    url('roboto/Roboto-Medium-subset.woff2') format('woff2'), 
    url('roboto/Roboto-Medium-subset.woff') format('woff');
    font-display: swap;
}
  
@font-face {
    font-family: 'Roboto';
    font-weight: 900;
    font-style: normal;
    src: 
    url('roboto/Roboto-Black-subset.woff2') format('woff2'), 
    url('roboto/Roboto-Black-subset.woff') format('woff');
    font-display: swap;
}
