/*
Theme Name: PuppetGlow
Theme URI: https://puppetglow.com/
Author: PuppetGlow Team
Author URI: https://puppetglow.com/
Description: PuppetGlow 是面向 3–12 岁家庭与课堂的创意木偶教育品牌自研主题。前台英文，后台中文，预留多语言结构。不依赖业务插件，实现资源产品、SKU、订单、授权下载、邮件营销、SEO、账户与运营后台等数字资源平台能力。
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
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: puppetglow
Domain Path: /core/i18n/languages
Tags: education, family, kids, puppets, store, digital-products, responsive, accessibility-ready, custom-logo, custom-menu, threaded-comments, translation-ready
*/

/* ============================================================
 *  PuppetGlow Theme · style.css
 *  作用：WordPress 识别主题元信息 + 引入品牌设计令牌
 *  重要：请不要在此文件直接写业务样式，业务样式统一写在
 *       assets/css/puppetglow-main.css，并由 functions.php 加载。
 *  品牌令牌文件位置：puppetglow-tokens/css/puppetglow-tokens.css
 * ============================================================ */

/* 第一步：载入品牌设计令牌（颜色 / 字体 / 圆角 / 阴影 / 基础组件） */
@import url("puppetglow-tokens/css/puppetglow-tokens.css");

/*
 *  以上品牌令牌已包含：
 *
 *  --- 颜色变量 ---
 *  --pg-navy: #17324D    Puppet Navy   标题/页脚/专业信息
 *  --pg-coral: #F47C5B   Coral Orange  主 CTA/Family 版
 *  --pg-teal: #2FA7A0    Story Teal    免费资源/链接
 *  --pg-yellow: #FFD166  Glow Yellow   高光/标签
 *  --pg-purple: #7868D8  Imagination Purple  文化创作产品
 *  --pg-green: #63A56C   Leaf Green    STEM/自然主题
 *  --pg-cream: #FFF9EF   Paper Cream   温暖背景
 *
 *  --- 字体 ---
 *  --pg-font-display: 'Nunito', system-ui, sans-serif   H1-H4/按钮
 *  --pg-font-body: 'Atkinson Hyperlegible', system-ui  正文/表单
 *
 *  --- 基础组件类 ---
 *  .pg-container / .pg-button / .pg-button--primary /
 *  .pg-button--secondary / .pg-button--teal /
 *  .pg-card / .pg-card--featured / .pg-eyebrow /
 *  .pg-input / .pg-label / .pg-grid
 */
