/*
Theme Name: KittenFrenzyGo
Theme URI: https://kittenfrenzygo.com
Description: Bold-playful child theme for KittenFrenzyGo.com — a curated cat photo & video library. Extends GeneratePress with a coral/turquoise/golden palette, rounded "curvy" shapes, and the Fredoka display font for headings. The data model (cats + media) lives in the companion kittenfrenzygo-core plugin, keeping this theme purely presentational and update-safe.
Author: KittenFrenzyGo
Template: generatepress
Version: 2.0.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kittenfrenzygo
*/

/*
 * NOTE: This file intentionally contains ONLY the child-theme header block above.
 *
 * WordPress requires a style.css with this header to recognize the child theme,
 * but the actual design work is split by concern for clarity and maintainability:
 *
 *   - Design tokens (palette, fonts, button radius) ...... theme.json
 *   - Rounded "curvy" card/image/blob styling ............ assets/css/kfg-curvy.css
 *
 * GeneratePress automatically enqueues THIS style.css (as the "generate-child"
 * handle, dependent on its own "generate-style") whenever a child theme is
 * active, so functions.php does not re-enqueue it. functions.php only loads the
 * extra kfg-curvy.css layer. Keeping real CSS out of this file avoids the classic
 * child-theme pitfall of styles that only load because style.css is enqueued by
 * name — everything here is explicit and documented.
 */
