@font-face {
    font-family: 'Product Sans';
    src: url('ProductSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Product Sans';
    src: url('ProductSans-Regular.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}