
.pixelium {
	font-family: var(--px-font);
	line-height: var(--px-line-height);
}
.px-word-wrap {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: normal;
}
.px-input-box input,
.px-input-box textarea {
	color: inherit;
}
