/*
Theme Name: FESTABLE
Theme URI: https://festable.jp/
Author: FESTABLE
Author URI: https://festable.jp/
Description: FESTABLE コーポレートサイト用のテーマです。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: festable
*/

/*
 * テーマルートの style.css（必須）。詳細な見た目は assets/css/style.css。
 * ブログ一覧など LP 以外の最低限の可読性用。
 */
body {
	margin: 0;
	font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
	line-height: 1.6;
}

.site-main--fallback {
	max-width: 48rem;
	margin: 0 auto;
	padding: 2rem 1.25rem;
}

.entry-title a {
	color: inherit;
}
