/*
Theme Name:   Woodmart Child - Luma Home
Theme URI:    https://wpmall.com
Description:  Code-driven child theme for Luma Home e-commerce. All customizations are done through code for maximum AI collaboration efficiency.
Author:       AI Development Team
Author URI:   https://wpmall.com
Template:     woodmart
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:  woodmart-child
*/

/* 
 * 主样式文件会通过 functions.php 加载
 * 这个文件仅用于主题声明
 */

/* Custom Footer Logo Styles */
.footer-logo-section h2 {
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
}

.footer-logo-section p {
    font-family: 'Georgia', serif;
}

/* Custom Copyright Styles */
.wd-copyrights p {
    font-size: 14px;
    color: #666;
}

.wd-copyrights strong {
    font-weight: 700;
    letter-spacing: 1px;
}