/*
Theme Name: Arkhe Editorial Child Custom 1.6.4
Theme URI: https://example.com/
Description: Arkhe用の編集部型サイト子テーマ（新規インストール版）。
Author: M-Lead
Template: arkhe
Version: 1.6.4
Text Domain: arkhe-editorial-child-custom-164
*/

/* フロントページ固有のスタイルは assets/css/front-page.css で管理します。 */

/*
 * Block-editor body typography.
 * Use the same readable rhythm on posts and regular static pages.
 */
.ame-editorial-single-page .p-entry__content,
.ame-standard-page .p-page__content {
	color: #2c2c2c;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: .02em;
}
