/* Font fixes */
.typography-headline:lang(th) {
	font-size: 48px;
	line-height: 1.3;
}

@media only screen and (max-width: 1068px) {
	.typography-headline:lang(th) {
		font-size: 40px;
		line-height: 1.3;
	}
}

@media only screen and (max-width: 735px) {
	.typography-headline:lang(th) {
		font-size: 32px;
		line-height: 1.3;
	}
}

.typography-eyebrow-super:lang(th) {
	font-size: 32px;
	line-height: 1.3;
}

@media only screen and (max-width: 1068px) {
	.typography-eyebrow-super:lang(th) {
		font-size: 28px;
		line-height: 1.3;
	}
}

@media only screen and (max-width: 735px) {
	.typography-eyebrow-super:lang(th) {
		font-size: 24px;
		line-height: 1.3;
	}
}

.typography-eyebrow:lang(th) {
	font-size: 24px;
	line-height: 1.2;
}

@media only screen and (max-width: 1068px) {
	.typography-eyebrow:lang(th) {
		font-size: 21px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 735px) {
	.typography-eyebrow:lang(th) {
		font-size: 19px;
		line-height: 1.2;
	}
}

.typography-callout:lang(th) {
	font-size: 32px;
	line-height: 1.3;
}

@media only screen and (max-width: 1068px) {
	.typography-callout:lang(th) {
		font-size: 28px;
		line-height: 1.3;
	}
}

@media only screen and (max-width: 735px) {
	.typography-callout:lang(th) {
		font-size: 24px;
		line-height: 1.3;
	}
}

.typography-body:lang(th) {
	font-size: 17px;
	line-height: 1.3;
}

em:lang(th) {
	font-style: italic;
}
