/* Woff2-only @font-face — avoids 404 on missing .woff/.ttf fallbacks in style.css */
@font-face {
    font-family: ProductSans;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/ProductSans-Regular.woff2) format("woff2");
}

@font-face {
    font-family: ProductSans;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/ProductSans-Bold.woff2) format("woff2");
}

@font-face {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Helvetica"), local("Helvetica-Regular"), url(../fonts/Helvetica.woff2) format("woff2");
}

@font-face {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Helvetica Bold"), local("Helvetica-Bold"), url(../fonts/Helvetica-Bold.woff2) format("woff2");
}
