/*
Theme Name: MONTBLANC Child (HOODS CREW)
Theme URI: https://hoodscrew.jp/
Template: montblanc
Description: hoodscrew.jp 用の子テーマ。サイト固有のカスタムはすべてここに置く。親テーマ（MONTBLANC）は無改造のまま自動更新させ、脆弱性パッチを受け取り続けるための構成。
Author: 舩津
Version: 1.0.0
Tags: WooCommerce, 2 column, simple, shop
*/

/* ------------------------------------------------------------------
   このファイルには基本的に何も書かない。

   親テーマの montblanc_scripts() が get_stylesheet_uri() で
   「montblanc-style」ハンドルを読んでおり、子テーマ有効時はこの style.css が
   その中身になる。つまり **親の style.css は自動では読まれない**。
   子の functions.php で親の style.css を別ハンドル（montblanc-parent-style）
   として先に読ませることで解決している。

   サイト固有の見た目は css/over-ride-style.css に書く。
   （読み込み順：親style.css → この子style.css → over-ride-style.css）
------------------------------------------------------------------ */
