/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 25 2026 | 19:22:10 */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Poppins:wght@300;400;500;600&display=swap');

/* ============================= */
/* BODY */
/* ============================= */
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #222;
}

/* ============================= */
/* HEADINGS (Luxury Serif) */
/* ============================= */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Remove any accidental italics */
h2 {
    font-style: normal;
}

/* ============================= */
/* PRODUCT TITLES (Clean & Clear) */
/* ============================= */
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.2px;
    color: #222;
}

/* Single product page title */
.woocommerce div.product .product_title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    letter-spacing: 0.2px;
}

/* ============================= */
/* PRICE */
/* ============================= */
.woocommerce ul.products li.product .price {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
}

/* ============================= */
/* BUTTONS */
/* ============================= */
.button,
.woocommerce ul.products li.product .button {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
}