/*
Theme Name: Humiwell
Theme URI: https://humiwell.co.uk
Author: Humiwell
Description: Custom classic PHP theme that faithfully reproduces the hand-authored Humiwell static site. WordPress stores content as data only (products and ingredients as custom post types, articles as native posts, journal categories as taxonomy terms, and site-wide options). The visual structure -- the original markup, inline styles, per-page CSS, and the GSAP + ScrollTrigger + Lenis behaviour -- is owned entirely by the theme templates and is never reshaped by any editor control. This is not a Block theme and is not an Elementor build.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: humiwell
*/

/*
  The page-level styling lives in the per-page-type stylesheets under
  assets/css/ (home.css, products.css, product-single.css, journal.css,
  journal-single.css, ingredients.css, about.css, contact.css). Each is
  enqueued conditionally in functions.php, mirroring how the original export
  loaded exactly one stylesheet per page. They are kept separate on purpose:
  each file's .hw-<page>-N hover/focus rules are numbered per page and would
  collide if merged. Nothing about the design is redefined here.
*/
