/* astra-addon（Astra Pro）を止めたときの代わり：タブレット・スマホの見出しの大きさ。
   astra-addon があると Astra は px で出すが、無いと rem で出してスマホで1割ほど小さくなる（2026-09-26 本番と比べて確認）。
   値は本番のカスタマイザーの設定（h1 30px / h2 25px / h3 20px）と同じ。 */
@media (max-width: 921px) {
	h1, .entry-content :where(h1) { font-size: 30px; }
	h2, .entry-content :where(h2) { font-size: 25px; }
	h3, .entry-content :where(h3) { font-size: 20px; }
}
