/*
Theme Name: LunarGlow
Theme URI: https://lunarglow.example.com
Author: 云凡智 Yunfanzhi
Author URI: https://yunfanzhi.example.com
Description: 轻奢宝石珠宝 WooCommerce 主题。柔和奶油肌理背景、金/豆沙棕配色、serif 衬线标题、大量氛围感大图与充足留白。原生 PHP 模板渲染，Tailwind CSS 本地构建，无页面构建插件依赖，兼顾加载速度与电商完整功能（自定义产品徽章、宝石寓意元字段、宝石百科 CPT、meta 筛选侧边栏、顶部通知栏、邮件订阅、完全响应式）。
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lunarglow
Tags: e-commerce, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks
*/

/*
 * 说明：本主题为独立自定义主题（非子主题）。
 * 主要样式位于 assets/css/tailwind.css（Tailwind 编译产物）；
 * 构建源文件为 src/tailwind.css，构建命令见 package.json。
 * 此处仅保留主题头部声明与少量兜底样式。
 */

/* 兜底：内容排版（编辑器 / 无 JS 环境） */
.entry-content {
	font-size: 16px;
	line-height: 1.8;
}
.entry-content p { margin: 0 0 1.25em; }
.entry-content h2, .entry-content h3 { margin: 1.5em 0 .6em; }
.entry-content img { height: auto; }
