/*
 Theme Name:   Storefront Child
 Theme URI:    https://woocommerce.com/products/storefront/
 Description:  Storefront Child Theme
 Author:       Tomo
 Template:     storefront
 Version:      1.0.0
 Text Domain:  storefront-child
*/

/* ==========================================================================
   ここから下にカスタムスタイルを記述してください
   ========================================================================== */

/* 例：メインコンテンツのフォントサイズ調整（必要に応じて） */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

