/* ProductSans-Black */
@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
  }
  
  /* ProductSans-Bold */
  @font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
  
  /* ProductSans-Light */
  @font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
  
  /* ProductSans-Medium */
  @font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
  
  
  /* ProductSans-Regular */
  @font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  
  