.hx {
	box-sizing: border-box;
	font-family: var(--hx-font-family, 'ElementX', sans-serif);
}

.hx *,
.hx *::before,
.hx *::after {
	box-sizing: inherit;
	font-family: inherit;
}
