/* Force text colors to black for common text elements and WooCommerce classes */
body,
p,
label,
.woocommerce-loop-product__title,
.woocommerce-Price-amount,
.price,
.woocommerce-product-details__short-description,
.product_title,
.woocommerce form .form-row label,
.woocommerce form p,
.woocommerce-privacy-policy-text,
.woocommerce-privacy-policy-text p {
    color: #000000 !important;
}

/* Ensure headings aren't missed if they were gray */
h1, h2, h3, h4, h5, h6 {
    color: #000000 !important;
}
