/*
Theme Name:   Storefront Child
Theme URI:    https://woocommerce.com/products/storefront/
Description:  WooCommerce 公式テーマ Storefront の子テーマ。見た目の調整はこのファイルに追記してください。親テーマのアップデートで上書きされません。
Author:       Toreka Kaitori Pro
Template:     storefront
Version:      1.0.0
Requires at least: 5.3
Tested up to: 6.7
Requires PHP: 5.6.0
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  storefront-child
Tags:         e-commerce, woocommerce, full-width-template, left-sidebar, right-sidebar, custom-menu, featured-images, threaded-comments, rtl-language-support, accessibility-ready
*/

/*
 * 親テーマ（Storefront）は storefront-child-style として本スタイルシートを読み込みます（wp_enqueue_scripts 優先度30）。
 * WooCommerce 用の storefront-woocommerce-style より後に読み込まれるため、ここで上書き可能です。
 * WooCommerce 関連の上書きは src/assets/style/override/woocommerce.scss に書き、npm run build:wp でバンドルするのを推奨。
 */

/* 例: アクセントカラー（必要に応じてコメントを外す）
a {
	color: #2c2d33;
}
*/
