/**
 * WTE Business Card — Typography
 *
 * @package WTE_Business_Card
 * @since   1.0.0
 */

/* ── Heading Scale (responsive clamp) ──────────────── */
h1 {
	font-size: clamp(2rem, 5vw, 3.5rem);
	line-height: 1.2;
	letter-spacing: -0.02em;
}

h2 {
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	line-height: 1.3;
	letter-spacing: -0.01em;
}

h3 {
	font-size: clamp(1.2rem, 2vw, 1.5rem);
	line-height: 1.4;
}

h4 {
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	line-height: 1.5;
}

/* ── Body & Utility Text ──────────────────────────── */
body {
	font-size: var(--wte-font-size-base);
	line-height: var(--wte-line-height);
}

.wte-text-sm {
	font-size: 0.875rem;
}

.wte-text-xs {
	font-size: 0.75rem;
}

.wte-text-lead {
	font-size: 1.125rem;
	line-height: 1.8;
}

.wte-text-center {
	text-align: center;
}

.wte-text-muted {
	color: var(--wte-gray-600);
}

.wte-text-accent {
	color: var(--wte-color-accent);
}

/* ── Kana (Small) ──────────────────────────────────── */
.wte-kana {
	font-size: 0.75rem;
	color: var(--wte-gray-600);
	display: block;
	margin-bottom: var(--wte-space-xs);
}
