/*
Theme Name: My Fast SEO Theme
Theme URI: https://example.com/
Author: Your Name
Author URI: https://yourwebsite.com/
Description: プラグイン不要、高速性とSEOの完璧な標準装備に特化したオリジナルテーマ。
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-fast-seo-theme
*/

/******************************************
 * ここにテーマ全体の基本CSSを記述します
 ******************************************/
body {
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
}
/* 以降、Reset CSSや基本レイアウトの記述へ続きます */
