/**
 * SkinPoint typography compatibility shims.
 *
 * Keeps historical Elementor-authored content inheriting the SkinPoint type
 * system after Elementor frontend CSS is removed.
 */

.elementor,
.elementor-page,
.sp-canvas-landing {
	font-family: var(--sp-font-body, inherit);
	color: var(--sp-color-text, #2b1b21);
}

.elementor h1,
.elementor h2,
.elementor h3,
.elementor h4,
.elementor h5,
.elementor h6,
.sp-canvas-landing h1,
.sp-canvas-landing h2,
.sp-canvas-landing h3,
.sp-canvas-landing h4,
.sp-canvas-landing h5,
.sp-canvas-landing h6 {
	font-family: var(--sp-font-heading, inherit);
	color: var(--sp-color-heading, #1a0a10);
	letter-spacing: 0;
}

.elementor p,
.elementor li,
.sp-canvas-landing p,
.sp-canvas-landing li {
	line-height: inherit;
}
