/*
Theme Name: SimpleStaticWP
Author: you
Version: 1.0
Description: Minimal WP theme converted from static HTML (no blog chrome)
*/

:root { --max: 1140px; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 16px; }

/* 元CSSを併用する場合は /css/style.css を functions.php で読み込みます */
