/* 1. IMPORT FONTS */
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&display=swap');

/* 2. HEADINGS (Oleo Script) */
h1, h2, h3, h4, h5, h6, .site-title, .entry-title, .woocommerce-loop-product__title, .wc-block-grid__product-title {
    font-family: 'Oleo Script', system-ui, cursive !important;
    font-weight: 400;
    letter-spacing: 0.02em;
}

/* 3. BODY TEXT (Arial/Helvetica) */
body, p, span, a, li, input, button, .price {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    line-height: 1.6;
    color: #000000; /* Forces text to be black */
}