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

@font-face {
    font-family: 'Product Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/ProductSans-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Product Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/ProductSans-Bold.ttf') format('truetype');
}