@font-face {
    font-family: Oswald;
    src: url('fonts/Oswald-VariableFont_wght.ttf') format('truetype');
    font-weight: 200 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/Roboto-Regular.ttf) format('truetype');       
  }
  
  @font-face {
    font-family: 'Roboto';
    font-style: bold;
    font-weight: 700;
    src: url(fonts/Roboto-Bold.ttf) format('truetype');       
  }