.typography-headline:lang(th) {
	line-height: 1.3;
}

.typography-headline-standalone:lang(th) {
	line-height: 1.2;
}

.typography-tile-full-headline:lang(th) {
	line-height: 1.2;
}

/* Fix quote to straight quote */
.quote-copy>:before {
    content: '"';
}

.quote-copy>:after {
    content: '"';
}