/*
Theme Name: UPSTART Child
Theme URI: https://example.com/upstart-child/
Template: upstart
Author: UPSTART
Author URI: https://example.com/
Description: UPSTART テーマの子テーマです。カスタマイズはこちら（functions.php / style.css）で行ってください。親テーマを直接編集する必要はありません。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: upstart-child
*/

/* ====================================================================
 * 子テーマ独自のスタイルはこの下に追記してください。
 * 親テーマのスタイルは functions.php 経由で wp_enqueue_style により
 * 自動的に読み込まれます（このファイルを @import する必要はありません）。
 * ==================================================================== */

/* 例: ヒーローのキャッチコピーを太字に
.hero__title { font-weight: 900; }
*/
