/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: astra-child
Template: astra
*/

/* ============================================================
   csnk CSS 変数 — フォント設計
   テンプレート: gothic（システムフォント・デフォルト）
   切り替え方法: docs/font-templates/{template}.css の :root {}
               をこのブロックと入れ替える。
   ============================================================ */

/* ── フォントファミリー（gothic デフォルト） ── */
:root {
	--csnk-font-sans:    -apple-system, BlinkMacSystemFont,
	                     "Hiragino Sans", "Hiragino Kaku Gothic ProN",
	                     "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
	--csnk-font-serif:   "Hiragino Mincho ProN", "Yu Mincho", YuMincho,
	                     "BIZ UDPMincho", serif;
	--csnk-font-feature: var(--csnk-font-sans);

	/* 役割別フォント */
	--csnk-font-heading: var(--csnk-font-sans);
	--csnk-font-body:    var(--csnk-font-sans);
	--csnk-font-ui:      var(--csnk-font-sans);
}

/* ── 文字組み標準値 ── */
:root {
	/* ベースサイズ */
	--csnk-font-size-base: 16px;

	/* 見出しスケール（デスクトップ） */
	--csnk-h1: 2rem;
	--csnk-h2: 1.5rem;
	--csnk-h3: 1.25rem;

	/* 行間 */
	--csnk-lh-heading: 1.3;
	--csnk-lh-body:    1.8;

	/* 字間 */
	--csnk-ls-heading: 0.05em;
	--csnk-ls-body:    0.02em;
}

/* レスポンシブ — 見出しスケール（モバイル） */
@media (max-width: 767px) {
	:root {
		--csnk-h1: 1.5rem;
		--csnk-h2: 1.25rem;
		--csnk-h3: 1.1rem;
	}
}

/* ── フォント変数の適用 ── */
body {
	font-family: var(--csnk-font-body);
	font-size:   var(--csnk-font-size-base);
	line-height: var(--csnk-lh-body);
	letter-spacing: var(--csnk-ls-body);
}

h1, h2, h3, h4, h5, h6 {
	font-family:    var(--csnk-font-heading);
	line-height:    var(--csnk-lh-heading);
	letter-spacing: var(--csnk-ls-heading);
}

h1 { font-size: var(--csnk-h1); }
h2 { font-size: var(--csnk-h2); }
h3 { font-size: var(--csnk-h3); }

/* ── 文字組み — font-feature-settings ── */
p, li, td {
	font-feature-settings: "palt" 0; /* ベタ組み */
}

h1, h2, h3, h4 {
	font-feature-settings: "palt" 1; /* プロポーショナル */
}


/* ============================================================
   csnk CSS 変数 — ブレッドクラム
   スタイリングは docs/breadcrumb-widget.css を Elementor
   ウィジェットの「カスタム CSS」に貼り付けて使用する。
   ============================================================ */

:root {
	--csnk-breadcrumb-separator:    "\203A"; /* › */
	--csnk-breadcrumb-color:        #666666;
	--csnk-breadcrumb-active-color: #1a1a1a;
}