/**
 * 隽永东方品牌标题字体（Eastdigi-Font）
 * 与 WordPress 主题 wp-content/themes/eastdigi/fonts/ 同源。
 *
 * 静态页引入（Gemini 生成的 .html）：
 *   <link rel="preload" href="https://eastdigi.com/css/ed-eastdigi-font.css" as="style">
 *   <link href="https://eastdigi.com/css/ed-eastdigi-font.css" rel="stylesheet">
 *
 * 已引用 css/style.css 的页面会通过 @import 自动加载，无需重复添加。
 */

@font-face {
	font-family: "Eastdigi-Font";
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src:
		url("../wp-content/themes/eastdigi/fonts/eastdigi.woff") format("woff"),
		url("../wp-content/themes/eastdigi/fonts/eastdigi.TTF") format("truetype"),
		url("../wp-content/themes/eastdigi/fonts/eastdigi.ttf") format("truetype");
}

/* 标题与品牌字重区域 — 对齐 WP 主题 h1–h4 */
:is(h1, h2, h3, h4, h5, h6, .font-eastdigi, .ed-font-brand, .ed-brand-heading) {
	font-family: "Eastdigi-Font", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", sans-serif !important;
	font-weight: 700;
	line-height: 1.25;
}

/* Tailwind 大号标题常写在 class 上，补充常见组合 */
:is(.text-4xl, .text-5xl, .text-6xl).font-bold,
:is(.text-3xl, .text-4xl).font-extrabold {
	font-family: "Eastdigi-Font", "Microsoft YaHei", "PingFang SC", sans-serif !important;
}
