/* Plus Jakarta Sans — variable font (latin) */
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url('plus-jakarta-sans-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Anton SC — display font voor prijzen (latin) */
@font-face {
    font-family: 'Anton SC';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('anton-sc-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Plus Jakarta Sans als titelfont — alle headings + WooCommerce product titels */
h1, h2, h3, h4, h5, h6,
.woocommerce-loop-product__title,
.product_title,
.entry-title {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

/* Anton SC voor prijsweergave */
.price,
.price *,
.amount,
.amount *,
.woocommerce-Price-amount,
.woocommerce-Price-amount *,
.priceWrapper,
.priceWrapper * {
    font-family: 'Anton SC', 'Plus Jakarta Sans', sans-serif;
    letter-spacing: 0.02em;
}

/* Anton SC tekent de € kleiner dan haar cijfers — opslag zodat ze visueel gelijk staan */
.price .woocommerce-Price-currencySymbol,
.amount .woocommerce-Price-currencySymbol,
.woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.priceWrapper .woocommerce-Price-currencySymbol {
    font-size: 1.15em;
    line-height: 1;
}
