/*
 Theme Name:   Tile Tools Pro Child
 Theme URI:    https://yourdomain.com
 Description:  Astra 子主题 - 专为 Tile Tools Pro 外贸独立站定制
 Author:       Tile Tools Pro
 Author URI:   https://yourdomain.com
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  tile-tools-child
 Tags:         e-commerce, woocommerce, tile-tools, foreign-trade
*/

/* ===== 父主题样式已在 functions.php 中加载 ===== */

/* ===== 品牌色彩系统 ===== */
:root {
    --primary: #E65100;          /* 主色 - 橙色（工具行业常用） */
    --primary-dark: #BF360C;     /* 主色深色 */
    --primary-light: #FF8A65;    /* 主色浅色 */
    --secondary: #1565C0;        /* 辅色 - 蓝色（专业感） */
    --secondary-dark: #0D47A1;
    --accent: #2E7D32;           /* 强调色 - 绿色（信任感） */
    --text-primary: #212121;     /* 主文字 */
    --text-secondary: #616161;   /* 次文字 */
    --text-light: #9E9E9E;       /* 浅色文字 */
    --bg-light: #FAFAFA;         /* 浅色背景 */
    --bg-section: #F5F5F5;       /* 区块背景 */
    --border: #E0E0E0;           /* 边框 */
    --white: #FFFFFF;
    --shadow: 0 2px 8px rgba(0,0,0,0.08);
    --shadow-hover: 0 4px 16px rgba(0,0,0,0.12);
    --radius: 8px;
    --transition: all 0.3s ease;
}

/* ===== 全局样式 ===== */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--text-primary);
    line-height: 1.7;
}

/* ===== 自定义样式请在下方添加 ===== */
