/*
Theme Name: PetMarket
Theme URI: http://localhost/
Author: PetMarket Team
Author URI: http://localhost/
Description: 温馨、专业、可信赖的宠物贸易平台主题。橙绿白配色、圆角卡片、响应式布局、深色模式支持。
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: petmarket
Tags: pets, marketplace, responsive, dark-mode, e-commerce
*/

/* 主题样式主要通过 Tailwind (Play CDN) + assets/css/theme.css 提供。
   此文件保留 WordPress 必需的头信息和少量兜底样式。 */

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
		"Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
