/* Load Alegreya */
@import url('https://fonts.googleapis.com/css2?family=Alegreya:wght@400;500;600;700&display=swap');

/* Main website typography */
body,
button,
input,
textarea,
select {
    font-family: 'Alegreya', serif !important;
}

/* Product titles */
.theme-product-name h1,
h1[data-zs-product-name] {
    font-family: 'Alegreya', serif !important;
    font-weight: 600 !important;
}

/* Product descriptions */
.theme-product-short-description,
.theme-product-short-description * {
    font-family: 'Alegreya', serif !important;
}

/* Product information and specifications */
.theme-product-information,
.theme-product-information *,
.theme-product-specification-section,
.theme-product-specification-section * {
    font-family: 'Alegreya', serif !important;
}