/*
Theme Name:   LCMS Child
Theme URI:    https://github.com/piksoul/lean-cms
Description:  Starter child theme of LCMS Theme. Copy this folder, rename it, and adjust Theme Name/Text Domain below to scaffold a new site build. No content/brand rendering of its own — everything not explicitly overridden here falls through to the parent theme.
Author:       Piksoul
Author URI:   https://piksoul.com/
Template:     lcms-theme
Version:      0.1.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  lcms-child

IMPORTANT — `Template:` above must exactly match the parent theme's
directory name as installed on the target site's wp-content/themes/.
This repo's own parent theme folder is still named `theme/`, not
`lcms-theme/` — this value assumes the target site installs the parent
under `lcms-theme` (e.g. renamed on deploy). If it's installed as
`theme` instead, change this back to `theme` or WordPress will refuse to
activate this child theme (parent not found under the declared name).

Cache-busting is automatic — `functions.php` uses each enqueued file's own
filemtime() as the `?ver=` query string, not the `Version:` header below.
No need to remember to bump anything after a CSS/JS change; still good
practice to bump `Version:` on real releases, since it's what WordPress
shows in Appearance → Themes.

Add site-specific overrides below this comment block — token overrides
(e.g. `:root { --site-max-width: 1400px; }`), component tweaks, etc.
*/
