/*
Theme Name: YG Tokai
Theme URI: https://example.com/
Author: go
Author URI: https://example.com/
Description: YG東海サイト用カスタムブロックテーマ
Version: 0.1.0
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 8.1
Text Domain: yg-tokai
*/

/* ここではテーマのグローバルCSSを最小限に抑え、ブロックスタイルは theme.json とSassで管理します */

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; }

