.text-3xl, .text-2xl, .text-xl, .text-lg, .text-base, .text-sm, .text-xs, .text-2xs {
	font-family: var(--ff-primary) !important;
	margin: 0;
}

.text-3xl {
	font-size: var(--fs-h1) !important;
	line-height: var(--fs-h1-lh) !important;
}
.text-2xl {
	font-size: var(--fs-h2) !important;
	line-height: var(--fs-h2-lh) !important;
}
.text-xl {
	font-size: var(--fs-h3) !important;
	line-height: var(--fs-h3-lh) !important;
}
.text-lg {
	font-size: var(--fs-h4) !important;
	line-height: var(--fs-h4-lh) !important;
}
.text-base {
	font-size: var(--fs-f4) !important;
	line-height: var(--fs-f4-lh) !important;
}
.text-sm {
	font-size: var(--fs-f5) !important;
	line-height: var(--fs-f5-lh) !important;
}
.text-xs {
	font-size: var(--fs-f6) !important;
	line-height: var(--fs-f6-lh) !important;
}
.text-2xs {
	font-size: var(--fs-f7) !important;
	line-height: var(--fs-f7-lh) !important;
}