/* =============================================================================
   Font locali — Inter + Source Sans 3
   File da posizionare in: wp-content/themes/flatsome-child/fonts.css
   Font da posizionare in: wp-content/fonts/Inter/ e wp-content/fonts/Source_Sans_3/
   ============================================================================= */

/* --- Inter (Variable Font) — usato per gli heading --- */
@font-face {
    font-family: 'Inter';
    src: url('/wp-content/fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/wp-content/fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* --- Source Sans 3 (Variable Font) — usato per il body e tutto il resto --- */
@font-face {
    font-family: 'Source Sans 3';
    src: url('/wp-content/fonts/Source_Sans_3/SourceSans3-VariableFont_wght.ttf') format('truetype');
    font-weight: 200 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('/wp-content/fonts/Source_Sans_3/SourceSans3-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 200 900;
    font-style: italic;
    font-display: swap;
}

/* =============================================================================
   Applicazione dei font
   ============================================================================= */

/* Body e tutto il testo corrente */
body,
p,
li,
td,
th,
label,
input,
textarea,
select,
button,
.woocommerce,
.woocommerce-page {
    font-family: 'Source Sans 3', sans-serif;
}

/* Heading: h1-h6 e titoli prodotto */
h1, h2, h3, h4, h5, h6,
.entry-title,
.product_title,
.woocommerce-loop-product__title,
.widget-title,
.page-title {
    font-family: 'Inter', sans-serif;
}