/*
Theme Name: Lost Leaf
Theme URI: https://lostleafmi.com
Description: Lost Leaf brand child theme of Twenty Twenty-Five. Craft micro-batch cannabis, Michigan. Carries the brand palette, button/link styling, WooCommerce support, and a safe place for future customizations that survive parent-theme updates.
Author: Lost Leaf
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lostleafmi-child
*/

/* Brand touch-ups layered on top of theme.json. Keep visual, non-structural. */
.wp-block-post-title,
h1.wp-block-heading {
  letter-spacing: 0.5px;
}

/* WooCommerce: on-brand add-to-cart + sale badge */
.woocommerce .single_add_to_cart_button.button.alt,
.woocommerce a.button.wc-forward,
.woocommerce button.button.alt {
  background-color: #14361f;
  color: #f4f1e9;
  border-radius: 6px;
}
.woocommerce .single_add_to_cart_button.button.alt:hover,
.woocommerce button.button.alt:hover {
  background-color: #0b1e12;
}
.woocommerce span.onsale {
  background-color: #b5622f;
  color: #f4f1e9;
}

/* Product cards a touch tighter */
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-weight: 600;
}
