@font-face {
    font-family: 'product-sans';
    src: url('/fonts/product-sans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'product-sans', sans-serif;
}