Index: src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
===================================================================
--- src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss	(revision 44356)
+++ src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss	(working copy)
@@ -160,7 +160,7 @@
 			@include button-transition;
 			border: none;
 			font-size: $font__size-sm;
-			font-family: $font__heading;
+			@include font-family( $font__heading );
 			line-height: $font__line-height-heading;
 			box-sizing: border-box;
 			font-weight: bold;
@@ -227,7 +227,7 @@
 
 		li {
 			color: $color__text-light;
-			font-family: $font__heading;
+			@include font-family( $font__heading );
 			font-size: calc(#{$font__size_base} * #{$font__size-ratio});
 			font-weight: bold;
 			line-height: $font__line-height-heading;
@@ -296,7 +296,7 @@
 
 	//! Verse
 	.wp-block-verse {
-		font-family: $font__body;
+		@include font-family( $font__body );
 		font-size: $font__size_base;
 		line-height: 1.8;
 	}
@@ -304,7 +304,7 @@
 	//! Paragraphs
 	.has-drop-cap {
 		&:not(:focus):first-letter {
-			font-family: $font__heading;
+			@include font-family( $font__heading );
 			font-size: $font__size-xxxl;
 			line-height: 1;
 			font-weight: bold;
@@ -345,7 +345,7 @@
 
 		cite {
 			display: inline-block;
-			font-family: $font__heading;
+			@include font-family( $font__heading );
 			line-height: 1.6;
 			text-transform: none;
 			color: $color__text-light;
@@ -536,7 +536,7 @@
 		.wp-block-cover-image-text,
 		.wp-block-cover-text,
 		h2 {
-			font-family: $font__heading;
+			@include font-family( $font__heading );
 			font-size: $font__size-lg;
 			font-weight: bold;
 			line-height: 1.25;
@@ -601,7 +601,7 @@
 	.wp-block-gallery .blocks-gallery-image figcaption,
 	.wp-block-gallery .blocks-gallery-item figcaption {
 		font-size: $font__size-xs;
-		font-family: $font__heading;
+		@include font-family( $font__heading );
 		line-height: $font__line-height-pre;
 		margin: 0;
 		padding: ( $size__spacing-unit * .5 );
@@ -667,7 +667,7 @@
 
 	//! File
 	.wp-block-file {
-		font-family: $font__heading;
+		@include font-family( $font__heading );
 
 		.wp-block-file__button {
 			display: table;
@@ -676,7 +676,7 @@
 			border-radius: 5px;
 			background: $color__background-button;
 			font-size: $font__size-base;
-			font-family: $font__heading;
+			@include font-family( $font__heading );
 			line-height: $font__line-height-heading;
 			text-decoration: none;
 			font-weight: bold;
@@ -758,7 +758,7 @@
 	.wp-block-latest-comments {
 
 		.wp-block-latest-comments__comment-meta {
-			font-family: $font__heading;
+			@include font-family( $font__heading );
 			font-weight: bold;
 
 			.wp-block-latest-comments__comment-date {
Index: src/wp-content/themes/twentynineteen/sass/elements/_tables.scss
===================================================================
--- src/wp-content/themes/twentynineteen/sass/elements/_tables.scss	(revision 44356)
+++ src/wp-content/themes/twentynineteen/sass/elements/_tables.scss	(working copy)
@@ -2,7 +2,7 @@
 	margin: 0 0 $size__spacing-unit;
 	border-collapse: collapse;
 	width: 100%;
-	font-family: $font__heading;
+	@include font-family( $font__heading );
 
 	td,
 	th {
Index: src/wp-content/themes/twentynineteen/sass/forms/_buttons.scss
===================================================================
--- src/wp-content/themes/twentynineteen/sass/forms/_buttons.scss	(revision 44356)
+++ src/wp-content/themes/twentynineteen/sass/forms/_buttons.scss	(working copy)
@@ -10,7 +10,7 @@
 	border-radius: 5px;
 	box-sizing: border-box;
 	color: $color__background-body;
-	font-family: $font__heading;
+	@include font-family( $font__heading );
 	font-size: $font__size-sm;
 	font-weight: 700;
 	line-height: $font__line-height-heading;
Index: src/wp-content/themes/twentynineteen/sass/media/_captions.scss
===================================================================
--- src/wp-content/themes/twentynineteen/sass/media/_captions.scss	(revision 44356)
+++ src/wp-content/themes/twentynineteen/sass/media/_captions.scss	(working copy)
@@ -24,7 +24,7 @@
 .wp-caption-text {
 	color: $color__text-light;
 	font-size: $font__size-xs;
-	font-family: $font__heading;
+	@include font-family( $font__heading );
  	line-height: $font__line-height-pre;
  	margin: 0;
  	padding: ( $size__spacing-unit * .5 );
Index: src/wp-content/themes/twentynineteen/sass/media/_galleries.scss
===================================================================
--- src/wp-content/themes/twentynineteen/sass/media/_galleries.scss	(revision 44356)
+++ src/wp-content/themes/twentynineteen/sass/media/_galleries.scss	(working copy)
@@ -32,7 +32,7 @@
 .gallery-caption {
 	display: block;
 	font-size: $font__size-xs;
-	font-family: $font__heading;
+	@include font-family( $font__heading );
 	line-height: $font__line-height-pre;
 	margin: 0;
 	padding: ( $size__spacing-unit * .5 );
Index: src/wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss
===================================================================
--- src/wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss	(revision 44356)
+++ src/wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss	(working copy)
@@ -87,94 +87,6 @@
 		0 0 1px 0 rgba( $color__text-light, 0.7 );  	// Antialiasing, outer edge.
 }
 
-/* Fallback for non-latin fonts */
-
-@mixin non-latin-fonts( $wrapper_classname: '.site' ) {
-
-	/* Arabic */
-	html[lang="ar"] #{$wrapper_classname} *,
-	html[lang="ary"] #{$wrapper_classname} *,
-	html[lang="azb"] #{$wrapper_classname} *,
-	html[lang="ckb"] #{$wrapper_classname} *,
-	html[lang="fa-IR"] #{$wrapper_classname} *,
-	html[lang="haz"] #{$wrapper_classname} *,
-	html[lang="ps"] #{$wrapper_classname} * {
-	  font-family: Tahoma, Arial, sans-serif !important;
-	}
-
-	/* Cyrillic */
-	html[lang="be"] #{$wrapper_classname} *,
-	html[lang="bg-BG"] #{$wrapper_classname} *,
-	html[lang="kk"] #{$wrapper_classname} *,
-	html[lang="mk-MK"] #{$wrapper_classname} *,
-	html[lang="mn"] #{$wrapper_classname} *,
-	html[lang="ru-RU"] #{$wrapper_classname} *,
-	html[lang="sah"] #{$wrapper_classname} *,
-	html[lang="sr-RS"] #{$wrapper_classname} *,
-	html[lang="tt-RU"] #{$wrapper_classname} *,
-	html[lang="uk"] #{$wrapper_classname} * {
-	  font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif !important;
-	}
-
-	/* Chinese (Hong Kong) */
-	html[lang="zh-HK"] #{$wrapper_classname} * {
-		font-family: -apple-system, BlinkMacSystemFont, 'PingFang HK', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;
-	}
-
-	/* Chinese (Taiwan) */
-	html[lang="zh-TW"] #{$wrapper_classname} * {
-		font-family: -apple-system, BlinkMacSystemFont, 'PingFang TC', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;
-	}
-
-	/* Chinese (China) */
-	html[lang="zh-CN"] #{$wrapper_classname} * {
-		font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;
-	}
-
-	/* Devanagari */
-	html[lang="bn-BD"] #{$wrapper_classname} *,
-	html[lang="hi-IN"] #{$wrapper_classname} *,
-	html[lang="mr"] #{$wrapper_classname} *,
-	html[lang="ne-NP"] #{$wrapper_classname} * {
-	  font-family: Arial, sans-serif !important;
-	}
-
-	/* Greek */
-	html[lang="el"] #{$wrapper_classname} * {
-	  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
-	}
-
-	/* Gujarati */
-	html[lang="gu"] #{$wrapper_classname} * {
-	  font-family: Arial, sans-serif !important;
-	}
-
-	/* Hebrew */
-	html[lang="he-IL"] #{$wrapper_classname} * {
-	  font-family: 'Arial Hebrew', Arial, sans-serif !important;
-	}
-
-	/* Japanese */
-	html[lang="ja"] #{$wrapper_classname} * {
-	  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif !important;
-	}
-
-	/* Korean */
-	html[lang="ko-KR"] #{$wrapper_classname} * {
-	  font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', 'Nanum Gothic', Dotum, sans-serif !important;
-	}
-
-	/* Thai */
-	html[lang="th"] #{$wrapper_classname} * {
-	  font-family: 'Sukhumvit Set', 'Helvetica Neue', helvetica, arial, sans-serif !important;
-	}
-
-	/* Vietnamese */
-	html[lang="vi"] #{$wrapper_classname} * {
-	  font-family: 'Libre Franklin', sans-serif !important;
-	}
-}
-
 /* Calculates maximum width for post content */
 @mixin postContentMaxWidth() {
 
@@ -202,4 +114,19 @@
 	}
 }
 
+/* Ensure all font family declarations come with non-latin fallbacks */
+@mixin font-family( $font_family: $font__body ) {
+	font-family: $font_family;
+	@extend %non-latin-fonts;
+}
+
+/* Build our non-latin font styles */
+%non-latin-fonts {
+	@each $lang, $font__fallback in $font__fallbacks {
+		&:lang(#{$lang}) {
+			font-family: unquote( $font__fallback );
+		}
+	}
+}
+
 @import "utilities";
Index: src/wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss
===================================================================
--- src/wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss	(revision 44356)
+++ src/wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss	(working copy)
@@ -176,7 +176,7 @@
 	.nav-next {
 		min-width: 50%;
 		width: 100%;
-		font-family: $font__heading;
+		@include font-family( $font__heading );
 		font-weight: bold;
 
 		.secondary-text {
Index: src/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss
===================================================================
--- src/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss	(revision 44356)
+++ src/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss	(working copy)
@@ -127,7 +127,7 @@
 
 		.comment-body {
 			color: $color__text-light;
-			font-family: $font__heading;
+			@include font-family( $font__heading );
 			font-size: $font__size-xs;
 			font-weight: 500;
 			margin-top: $size__spacing-unit;
@@ -143,7 +143,7 @@
 
 			.comment-edit-link {
 				color: $color__text-light;
-				font-family: $font__heading;
+				@include font-family( $font__heading );
 				font-weight: 500;
 			}
 		}
@@ -372,7 +372,7 @@
 
 	.comment-notes,
 	label {
-		font-family: $font__heading;
+		@include font-family( $font__heading );
 		font-size: $font__size-xs;
 		color: $color__text-light;
 	}
Index: src/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss
===================================================================
--- src/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss	(revision 44356)
+++ src/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss	(working copy)
@@ -30,7 +30,7 @@
 
 		li {
 			color: $color__text-light;
-			font-family: $font__heading;
+			@include font-family( $font__heading );
 			font-size: calc(#{$font__size_base} * #{$font__size-ratio});
 			font-weight: 700;
 			line-height: $font__line-height-heading;
@@ -45,7 +45,7 @@
 .widget_tag_cloud {
 
 	.tagcloud {
-		font-family: $font__heading;
+		@include font-family( $font__heading );
 		font-weight: 700;
 	}
 }
Index: src/wp-content/themes/twentynineteen/sass/typography/_copy.scss
===================================================================
--- src/wp-content/themes/twentynineteen/sass/typography/_copy.scss	(revision 44356)
+++ src/wp-content/themes/twentynineteen/sass/typography/_copy.scss	(working copy)
@@ -15,7 +15,7 @@
 	cite {
 		font-size: $font__size-xs;
 		font-style: normal;
-		font-family: $font__heading;
+		@include font-family( $font__heading );
 	}
 }
 
Index: src/wp-content/themes/twentynineteen/sass/typography/_headings.scss
===================================================================
--- src/wp-content/themes/twentynineteen/sass/typography/_headings.scss	(revision 44356)
+++ src/wp-content/themes/twentynineteen/sass/typography/_headings.scss	(working copy)
@@ -18,7 +18,6 @@
 .site-title,
 .site-info,
 #cancel-comment-reply-link,
-img:after,
 h1,
 h2,
 h3,
@@ -25,7 +24,7 @@
 h4,
 h5,
 h6 {
-	font-family: $font__heading;
+	@include font-family( $font__heading );
 }
 
 .main-navigation,
@@ -53,7 +52,7 @@
 }
 
 .page-title {
-	font-family: $font__body;
+	@include font-family( $font__body );
 }
 
 .site-branding,
Index: src/wp-content/themes/twentynineteen/sass/typography/_typography.scss
===================================================================
--- src/wp-content/themes/twentynineteen/sass/typography/_typography.scss	(revision 44356)
+++ src/wp-content/themes/twentynineteen/sass/typography/_typography.scss	(working copy)
@@ -7,7 +7,7 @@
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	color: $color__text-main;
-	font-family: $font__body;
+	@include font-family( $font__body );
 	font-weight: 400;
 	font-size: 1em;
 	line-height: $font__line-height-body;
@@ -21,7 +21,7 @@
 optgroup,
 textarea {
 	color: $color__text-main;
-	font-family: $font__body;
+	@include font-family( $font__body );
 	font-weight: 400;
 	line-height: $font__line-height-body;
 	text-rendering: optimizeLegibility;
@@ -30,5 +30,3 @@
 @import "headings";
 
 @import "copy";
-
-@include non-latin-fonts();
Index: src/wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss
===================================================================
--- src/wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss	(revision 44356)
+++ src/wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss	(working copy)
@@ -16,6 +16,34 @@
 
 $font__body: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
 $font__heading: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
+$font__fallbacks: (
+	/* Arabic */
+	'ar,ary,azb,ckb,fa-IR,haz,ps': 'Tahoma, Arial, sans-serif',
+	/* Cyrillic */
+	'be,bg-BG,kk,mk-MK,mn,ru-RU,sah,sr-RS,tt-RU,uk': '"Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif',
+	/* Chinese (Hong Kong) */
+	zh-HK: '-apple-system, BlinkMacSystemFont, "PingFang HK", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif',
+	/* Chinese (Taiwan) */
+	zh-TW: '-apple-system, BlinkMacSystemFont, "PingFang TC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif',
+	/* Chinese (China) */
+	zh-CN: '-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif',
+	/* Devanagari */
+	'bn-BD,hi-IN,mr,ne-NP': 'Arial, sans-serif',
+	/* Greek */
+	el: '"Helvetica Neue", Helvetica, Arial, sans-serif',
+	/* Gujarati */
+	gu: 'Arial, sans-serif',
+	/* Hebrew */
+	he-IL: '"Arial Hebrew", Arial, sans-serif',
+	/* Japanese */
+	ja: '-apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif',
+	/* Korean */
+	ko-KR: '"Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif',
+	/* Thai */
+	th: '"Sukhumvit Set", "Helvetica Neue", helvetica, arial, sans-serif',
+	/* Vietnamese */
+	vi: '"Libre Franklin", sans-serif',
+);
 $font__code: Menlo, monaco, Consolas, Lucida Console, monospace;
 $font__pre: "Courier 10 Pitch", Courier, monospace;
 
Index: src/wp-content/themes/twentynineteen/style-editor-customizer.css
===================================================================
--- src/wp-content/themes/twentynineteen/style-editor-customizer.css	(revision 44356)
+++ src/wp-content/themes/twentynineteen/style-editor-customizer.css	(working copy)
@@ -1,95 +1,5 @@
 /*!
-Twenty Nineteen Customizer Styles & Non-latin Font Fallbacks
+Twenty Nineteen Customizer Styles
 
-NOTE: This file is automatically populated with additional styles if the user selects a custom primary color in the customzier.
+NOTE: This file is automatically populated with styles if the user selects a custom primary color in the customzier.
 */
-/** === Includes === */
-/* If we add the border using a regular CSS border, it won't look good on non-retina devices,
- * since its edges can look jagged due to lack of antialiasing. In this case, we are several
- * layers of box-shadow to add the border visually, which will render the border smoother. */
-/* Fallback for non-latin fonts */
-/* Calculates maximum width for post content */
-/* Nested sub-menu padding: 10 levels deep */
-/** === Non-Latin font fallbacks === */
-/* Arabic */
-html[lang="ar"] .wp-block *,
-html[lang="ary"] .wp-block *,
-html[lang="azb"] .wp-block *,
-html[lang="ckb"] .wp-block *,
-html[lang="fa-IR"] .wp-block *,
-html[lang="haz"] .wp-block *,
-html[lang="ps"] .wp-block * {
-  font-family: Tahoma, Arial, sans-serif !important;
-}
-
-/* Cyrillic */
-html[lang="be"] .wp-block *,
-html[lang="bg-BG"] .wp-block *,
-html[lang="kk"] .wp-block *,
-html[lang="mk-MK"] .wp-block *,
-html[lang="mn"] .wp-block *,
-html[lang="ru-RU"] .wp-block *,
-html[lang="sah"] .wp-block *,
-html[lang="sr-RS"] .wp-block *,
-html[lang="tt-RU"] .wp-block *,
-html[lang="uk"] .wp-block * {
-  font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif !important;
-}
-
-/* Chinese (Hong Kong) */
-html[lang="zh-HK"] .wp-block * {
-  font-family: -apple-system, BlinkMacSystemFont, 'PingFang HK', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;
-}
-
-/* Chinese (Taiwan) */
-html[lang="zh-TW"] .wp-block * {
-  font-family: -apple-system, BlinkMacSystemFont, 'PingFang TC', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;
-}
-
-/* Chinese (China) */
-html[lang="zh-CN"] .wp-block * {
-  font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;
-}
-
-/* Devanagari */
-html[lang="bn-BD"] .wp-block *,
-html[lang="hi-IN"] .wp-block *,
-html[lang="mr"] .wp-block *,
-html[lang="ne-NP"] .wp-block * {
-  font-family: Arial, sans-serif !important;
-}
-
-/* Greek */
-html[lang="el"] .wp-block * {
-  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
-}
-
-/* Gujarati */
-html[lang="gu"] .wp-block * {
-  font-family: Arial, sans-serif !important;
-}
-
-/* Hebrew */
-html[lang="he-IL"] .wp-block * {
-  font-family: 'Arial Hebrew', Arial, sans-serif !important;
-}
-
-/* Japanese */
-html[lang="ja"] .wp-block * {
-  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif !important;
-}
-
-/* Korean */
-html[lang="ko-KR"] .wp-block * {
-  font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', 'Nanum Gothic', Dotum, sans-serif !important;
-}
-
-/* Thai */
-html[lang="th"] .wp-block * {
-  font-family: 'Sukhumvit Set', 'Helvetica Neue', helvetica, arial, sans-serif !important;
-}
-
-/* Vietnamese */
-html[lang="vi"] .wp-block * {
-  font-family: 'Libre Franklin', sans-serif !important;
-}
Index: src/wp-content/themes/twentynineteen/style-editor-customizer.scss
===================================================================
--- src/wp-content/themes/twentynineteen/style-editor-customizer.scss	(revision 44356)
+++ src/wp-content/themes/twentynineteen/style-editor-customizer.scss	(working copy)
@@ -1,13 +1,5 @@
 /*!
-Twenty Nineteen Customizer Styles & Non-latin Font Fallbacks
+Twenty Nineteen Customizer Styles
 
-NOTE: This file is automatically populated with additional styles if the user selects a custom primary color in the customzier.
-*/
-
-/** === Includes === */
-
-@import "sass/mixins/mixins-master";
-
-/** === Non-Latin font fallbacks === */
-
-@include non-latin-fonts( '.wp-block' );
\ No newline at end of file
+NOTE: This file is automatically populated with styles if the user selects a custom primary color in the customzier.
+*/
\ No newline at end of file
Index: src/wp-content/themes/twentynineteen/style-editor.css
===================================================================
--- src/wp-content/themes/twentynineteen/style-editor.css	(revision 44356)
+++ src/wp-content/themes/twentynineteen/style-editor.css	(working copy)
@@ -18,9 +18,231 @@
 /* If we add the border using a regular CSS border, it won't look good on non-retina devices,
  * since its edges can look jagged due to lack of antialiasing. In this case, we are several
  * layers of box-shadow to add the border visually, which will render the border smoother. */
-/* Fallback for non-latin fonts */
 /* Calculates maximum width for post content */
 /* Nested sub-menu padding: 10 levels deep */
+/* Ensure all font family declarations come with non-latin fallbacks */
+/* Build our non-latin font styles */
+body:lang(ar, ary, azb, ckb, fa-IR, haz, ps), h1:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+h2:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+h3:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+h4:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+h5:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+h6:lang(ar, ary, azb, ckb, fa-IR, haz, ps), figcaption:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.gallery-caption:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .editor-post-title__block .editor-post-title__input:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .editor-default-block-appender .editor-default-block-appender__content:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .wp-block-paragraph.has-drop-cap:lang(ar, ary, azb, ckb, fa-IR, haz, ps):not(:focus)::first-letter, .wp-block-table:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .wp-block-cover h2:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.wp-block-cover .wp-block-cover-text:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .wp-block-button .wp-block-button__link:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .wp-block-quote cite:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.wp-block-quote footer:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.wp-block-quote .wp-block-quote__citation:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .wp-block-file:lang(ar, ary, azb, ckb, fa-IR, haz, ps), ul.wp-block-archives li:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.wp-block-categories li:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.wp-block-latest-posts li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .wp-caption dd:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .wp-block-freeform blockquote cite:lang(ar, ary, azb, ckb, fa-IR, haz, ps) {
+  font-family: Tahoma, Arial, sans-serif;
+}
+
+body:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), h1:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+h2:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+h3:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+h4:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+h5:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+h6:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), figcaption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.gallery-caption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .editor-post-title__block .editor-post-title__input:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .editor-default-block-appender .editor-default-block-appender__content:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .wp-block-paragraph.has-drop-cap:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk):not(:focus)::first-letter, .wp-block-table:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .wp-block-cover h2:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.wp-block-cover .wp-block-cover-text:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .wp-block-button .wp-block-button__link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .wp-block-quote cite:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.wp-block-quote footer:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.wp-block-quote .wp-block-quote__citation:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .wp-block-file:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), ul.wp-block-archives li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.wp-block-categories li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.wp-block-latest-posts li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .wp-caption dd:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .wp-block-freeform blockquote cite:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk) {
+  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
+}
+
+body:lang(zh-HK), h1:lang(zh-HK),
+h2:lang(zh-HK),
+h3:lang(zh-HK),
+h4:lang(zh-HK),
+h5:lang(zh-HK),
+h6:lang(zh-HK), figcaption:lang(zh-HK),
+.gallery-caption:lang(zh-HK), .editor-post-title__block .editor-post-title__input:lang(zh-HK), .editor-default-block-appender .editor-default-block-appender__content:lang(zh-HK), .wp-block-paragraph.has-drop-cap:lang(zh-HK):not(:focus)::first-letter, .wp-block-table:lang(zh-HK), .wp-block-cover h2:lang(zh-HK),
+.wp-block-cover .wp-block-cover-text:lang(zh-HK), .wp-block-button .wp-block-button__link:lang(zh-HK), .wp-block-quote cite:lang(zh-HK),
+.wp-block-quote footer:lang(zh-HK),
+.wp-block-quote .wp-block-quote__citation:lang(zh-HK), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(zh-HK),
+.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(zh-HK),
+.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(zh-HK), .wp-block-file:lang(zh-HK), ul.wp-block-archives li:lang(zh-HK),
+.wp-block-categories li:lang(zh-HK),
+.wp-block-latest-posts li:lang(zh-HK), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-HK), .wp-caption dd:lang(zh-HK), .wp-block-freeform blockquote cite:lang(zh-HK) {
+  font-family: -apple-system, BlinkMacSystemFont, "PingFang HK", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif;
+}
+
+body:lang(zh-TW), h1:lang(zh-TW),
+h2:lang(zh-TW),
+h3:lang(zh-TW),
+h4:lang(zh-TW),
+h5:lang(zh-TW),
+h6:lang(zh-TW), figcaption:lang(zh-TW),
+.gallery-caption:lang(zh-TW), .editor-post-title__block .editor-post-title__input:lang(zh-TW), .editor-default-block-appender .editor-default-block-appender__content:lang(zh-TW), .wp-block-paragraph.has-drop-cap:lang(zh-TW):not(:focus)::first-letter, .wp-block-table:lang(zh-TW), .wp-block-cover h2:lang(zh-TW),
+.wp-block-cover .wp-block-cover-text:lang(zh-TW), .wp-block-button .wp-block-button__link:lang(zh-TW), .wp-block-quote cite:lang(zh-TW),
+.wp-block-quote footer:lang(zh-TW),
+.wp-block-quote .wp-block-quote__citation:lang(zh-TW), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(zh-TW),
+.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(zh-TW),
+.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(zh-TW), .wp-block-file:lang(zh-TW), ul.wp-block-archives li:lang(zh-TW),
+.wp-block-categories li:lang(zh-TW),
+.wp-block-latest-posts li:lang(zh-TW), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-TW), .wp-caption dd:lang(zh-TW), .wp-block-freeform blockquote cite:lang(zh-TW) {
+  font-family: -apple-system, BlinkMacSystemFont, "PingFang TC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif;
+}
+
+body:lang(zh-CN), h1:lang(zh-CN),
+h2:lang(zh-CN),
+h3:lang(zh-CN),
+h4:lang(zh-CN),
+h5:lang(zh-CN),
+h6:lang(zh-CN), figcaption:lang(zh-CN),
+.gallery-caption:lang(zh-CN), .editor-post-title__block .editor-post-title__input:lang(zh-CN), .editor-default-block-appender .editor-default-block-appender__content:lang(zh-CN), .wp-block-paragraph.has-drop-cap:lang(zh-CN):not(:focus)::first-letter, .wp-block-table:lang(zh-CN), .wp-block-cover h2:lang(zh-CN),
+.wp-block-cover .wp-block-cover-text:lang(zh-CN), .wp-block-button .wp-block-button__link:lang(zh-CN), .wp-block-quote cite:lang(zh-CN),
+.wp-block-quote footer:lang(zh-CN),
+.wp-block-quote .wp-block-quote__citation:lang(zh-CN), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(zh-CN),
+.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(zh-CN),
+.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(zh-CN), .wp-block-file:lang(zh-CN), ul.wp-block-archives li:lang(zh-CN),
+.wp-block-categories li:lang(zh-CN),
+.wp-block-latest-posts li:lang(zh-CN), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-CN), .wp-caption dd:lang(zh-CN), .wp-block-freeform blockquote cite:lang(zh-CN) {
+  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif;
+}
+
+body:lang(bn-BD, hi-IN, mr, ne-NP), h1:lang(bn-BD, hi-IN, mr, ne-NP),
+h2:lang(bn-BD, hi-IN, mr, ne-NP),
+h3:lang(bn-BD, hi-IN, mr, ne-NP),
+h4:lang(bn-BD, hi-IN, mr, ne-NP),
+h5:lang(bn-BD, hi-IN, mr, ne-NP),
+h6:lang(bn-BD, hi-IN, mr, ne-NP), figcaption:lang(bn-BD, hi-IN, mr, ne-NP),
+.gallery-caption:lang(bn-BD, hi-IN, mr, ne-NP), .editor-post-title__block .editor-post-title__input:lang(bn-BD, hi-IN, mr, ne-NP), .editor-default-block-appender .editor-default-block-appender__content:lang(bn-BD, hi-IN, mr, ne-NP), .wp-block-paragraph.has-drop-cap:lang(bn-BD, hi-IN, mr, ne-NP):not(:focus)::first-letter, .wp-block-table:lang(bn-BD, hi-IN, mr, ne-NP), .wp-block-cover h2:lang(bn-BD, hi-IN, mr, ne-NP),
+.wp-block-cover .wp-block-cover-text:lang(bn-BD, hi-IN, mr, ne-NP), .wp-block-button .wp-block-button__link:lang(bn-BD, hi-IN, mr, ne-NP), .wp-block-quote cite:lang(bn-BD, hi-IN, mr, ne-NP),
+.wp-block-quote footer:lang(bn-BD, hi-IN, mr, ne-NP),
+.wp-block-quote .wp-block-quote__citation:lang(bn-BD, hi-IN, mr, ne-NP), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(bn-BD, hi-IN, mr, ne-NP),
+.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(bn-BD, hi-IN, mr, ne-NP),
+.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(bn-BD, hi-IN, mr, ne-NP), .wp-block-file:lang(bn-BD, hi-IN, mr, ne-NP), ul.wp-block-archives li:lang(bn-BD, hi-IN, mr, ne-NP),
+.wp-block-categories li:lang(bn-BD, hi-IN, mr, ne-NP),
+.wp-block-latest-posts li:lang(bn-BD, hi-IN, mr, ne-NP), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(bn-BD, hi-IN, mr, ne-NP), .wp-caption dd:lang(bn-BD, hi-IN, mr, ne-NP), .wp-block-freeform blockquote cite:lang(bn-BD, hi-IN, mr, ne-NP) {
+  font-family: Arial, sans-serif;
+}
+
+body:lang(el), h1:lang(el),
+h2:lang(el),
+h3:lang(el),
+h4:lang(el),
+h5:lang(el),
+h6:lang(el), figcaption:lang(el),
+.gallery-caption:lang(el), .editor-post-title__block .editor-post-title__input:lang(el), .editor-default-block-appender .editor-default-block-appender__content:lang(el), .wp-block-paragraph.has-drop-cap:lang(el):not(:focus)::first-letter, .wp-block-table:lang(el), .wp-block-cover h2:lang(el),
+.wp-block-cover .wp-block-cover-text:lang(el), .wp-block-button .wp-block-button__link:lang(el), .wp-block-quote cite:lang(el),
+.wp-block-quote footer:lang(el),
+.wp-block-quote .wp-block-quote__citation:lang(el), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(el),
+.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(el),
+.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(el), .wp-block-file:lang(el), ul.wp-block-archives li:lang(el),
+.wp-block-categories li:lang(el),
+.wp-block-latest-posts li:lang(el), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(el), .wp-caption dd:lang(el), .wp-block-freeform blockquote cite:lang(el) {
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+}
+
+body:lang(gu), h1:lang(gu),
+h2:lang(gu),
+h3:lang(gu),
+h4:lang(gu),
+h5:lang(gu),
+h6:lang(gu), figcaption:lang(gu),
+.gallery-caption:lang(gu), .editor-post-title__block .editor-post-title__input:lang(gu), .editor-default-block-appender .editor-default-block-appender__content:lang(gu), .wp-block-paragraph.has-drop-cap:lang(gu):not(:focus)::first-letter, .wp-block-table:lang(gu), .wp-block-cover h2:lang(gu),
+.wp-block-cover .wp-block-cover-text:lang(gu), .wp-block-button .wp-block-button__link:lang(gu), .wp-block-quote cite:lang(gu),
+.wp-block-quote footer:lang(gu),
+.wp-block-quote .wp-block-quote__citation:lang(gu), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(gu),
+.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(gu),
+.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(gu), .wp-block-file:lang(gu), ul.wp-block-archives li:lang(gu),
+.wp-block-categories li:lang(gu),
+.wp-block-latest-posts li:lang(gu), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(gu), .wp-caption dd:lang(gu), .wp-block-freeform blockquote cite:lang(gu) {
+  font-family: Arial, sans-serif;
+}
+
+body:lang(he-IL), h1:lang(he-IL),
+h2:lang(he-IL),
+h3:lang(he-IL),
+h4:lang(he-IL),
+h5:lang(he-IL),
+h6:lang(he-IL), figcaption:lang(he-IL),
+.gallery-caption:lang(he-IL), .editor-post-title__block .editor-post-title__input:lang(he-IL), .editor-default-block-appender .editor-default-block-appender__content:lang(he-IL), .wp-block-paragraph.has-drop-cap:lang(he-IL):not(:focus)::first-letter, .wp-block-table:lang(he-IL), .wp-block-cover h2:lang(he-IL),
+.wp-block-cover .wp-block-cover-text:lang(he-IL), .wp-block-button .wp-block-button__link:lang(he-IL), .wp-block-quote cite:lang(he-IL),
+.wp-block-quote footer:lang(he-IL),
+.wp-block-quote .wp-block-quote__citation:lang(he-IL), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(he-IL),
+.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(he-IL),
+.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(he-IL), .wp-block-file:lang(he-IL), ul.wp-block-archives li:lang(he-IL),
+.wp-block-categories li:lang(he-IL),
+.wp-block-latest-posts li:lang(he-IL), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(he-IL), .wp-caption dd:lang(he-IL), .wp-block-freeform blockquote cite:lang(he-IL) {
+  font-family: "Arial Hebrew", Arial, sans-serif;
+}
+
+body:lang(ja), h1:lang(ja),
+h2:lang(ja),
+h3:lang(ja),
+h4:lang(ja),
+h5:lang(ja),
+h6:lang(ja), figcaption:lang(ja),
+.gallery-caption:lang(ja), .editor-post-title__block .editor-post-title__input:lang(ja), .editor-default-block-appender .editor-default-block-appender__content:lang(ja), .wp-block-paragraph.has-drop-cap:lang(ja):not(:focus)::first-letter, .wp-block-table:lang(ja), .wp-block-cover h2:lang(ja),
+.wp-block-cover .wp-block-cover-text:lang(ja), .wp-block-button .wp-block-button__link:lang(ja), .wp-block-quote cite:lang(ja),
+.wp-block-quote footer:lang(ja),
+.wp-block-quote .wp-block-quote__citation:lang(ja), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(ja),
+.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(ja),
+.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(ja), .wp-block-file:lang(ja), ul.wp-block-archives li:lang(ja),
+.wp-block-categories li:lang(ja),
+.wp-block-latest-posts li:lang(ja), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ja), .wp-caption dd:lang(ja), .wp-block-freeform blockquote cite:lang(ja) {
+  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif;
+}
+
+body:lang(ko-KR), h1:lang(ko-KR),
+h2:lang(ko-KR),
+h3:lang(ko-KR),
+h4:lang(ko-KR),
+h5:lang(ko-KR),
+h6:lang(ko-KR), figcaption:lang(ko-KR),
+.gallery-caption:lang(ko-KR), .editor-post-title__block .editor-post-title__input:lang(ko-KR), .editor-default-block-appender .editor-default-block-appender__content:lang(ko-KR), .wp-block-paragraph.has-drop-cap:lang(ko-KR):not(:focus)::first-letter, .wp-block-table:lang(ko-KR), .wp-block-cover h2:lang(ko-KR),
+.wp-block-cover .wp-block-cover-text:lang(ko-KR), .wp-block-button .wp-block-button__link:lang(ko-KR), .wp-block-quote cite:lang(ko-KR),
+.wp-block-quote footer:lang(ko-KR),
+.wp-block-quote .wp-block-quote__citation:lang(ko-KR), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(ko-KR),
+.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(ko-KR),
+.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(ko-KR), .wp-block-file:lang(ko-KR), ul.wp-block-archives li:lang(ko-KR),
+.wp-block-categories li:lang(ko-KR),
+.wp-block-latest-posts li:lang(ko-KR), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ko-KR), .wp-caption dd:lang(ko-KR), .wp-block-freeform blockquote cite:lang(ko-KR) {
+  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
+}
+
+body:lang(th), h1:lang(th),
+h2:lang(th),
+h3:lang(th),
+h4:lang(th),
+h5:lang(th),
+h6:lang(th), figcaption:lang(th),
+.gallery-caption:lang(th), .editor-post-title__block .editor-post-title__input:lang(th), .editor-default-block-appender .editor-default-block-appender__content:lang(th), .wp-block-paragraph.has-drop-cap:lang(th):not(:focus)::first-letter, .wp-block-table:lang(th), .wp-block-cover h2:lang(th),
+.wp-block-cover .wp-block-cover-text:lang(th), .wp-block-button .wp-block-button__link:lang(th), .wp-block-quote cite:lang(th),
+.wp-block-quote footer:lang(th),
+.wp-block-quote .wp-block-quote__citation:lang(th), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(th),
+.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(th),
+.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(th), .wp-block-file:lang(th), ul.wp-block-archives li:lang(th),
+.wp-block-categories li:lang(th),
+.wp-block-latest-posts li:lang(th), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(th), .wp-caption dd:lang(th), .wp-block-freeform blockquote cite:lang(th) {
+  font-family: "Sukhumvit Set", "Helvetica Neue", helvetica, arial, sans-serif;
+}
+
+body:lang(vi), h1:lang(vi),
+h2:lang(vi),
+h3:lang(vi),
+h4:lang(vi),
+h5:lang(vi),
+h6:lang(vi), figcaption:lang(vi),
+.gallery-caption:lang(vi), .editor-post-title__block .editor-post-title__input:lang(vi), .editor-default-block-appender .editor-default-block-appender__content:lang(vi), .wp-block-paragraph.has-drop-cap:lang(vi):not(:focus)::first-letter, .wp-block-table:lang(vi), .wp-block-cover h2:lang(vi),
+.wp-block-cover .wp-block-cover-text:lang(vi), .wp-block-button .wp-block-button__link:lang(vi), .wp-block-quote cite:lang(vi),
+.wp-block-quote footer:lang(vi),
+.wp-block-quote .wp-block-quote__citation:lang(vi), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(vi),
+.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(vi),
+.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(vi), .wp-block-file:lang(vi), ul.wp-block-archives li:lang(vi),
+.wp-block-categories li:lang(vi),
+.wp-block-latest-posts li:lang(vi), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(vi), .wp-caption dd:lang(vi), .wp-block-freeform blockquote cite:lang(vi) {
+  font-family: "Libre Franklin", sans-serif;
+}
+
 /** === Editor Frame === */
 body .wp-block[data-align="full"] {
   width: 100%;
@@ -764,8 +986,3 @@
   line-height: 1.6;
   color: #767676;
 }
-
-/* Make sure our non-latin font overrides don't overwrite the iconfont used in the classic editor toolbar */
-.wp-block[data-type="core/freeform"] .mce-btn i {
-  font-family: dashicons !important;
-}
Index: src/wp-content/themes/twentynineteen/style-editor.scss
===================================================================
--- src/wp-content/themes/twentynineteen/style-editor.scss	(revision 44356)
+++ src/wp-content/themes/twentynineteen/style-editor.scss	(working copy)
@@ -78,7 +78,7 @@
 
 body {
 	font-size: $font__size_base;
-	font-family: $font__body;
+	@include font-family( $font__body );
 	line-height: $font__line-height-body;
 	color: $color__text-main;
 }
@@ -93,7 +93,7 @@
 h4,
 h5,
 h6 {
-	font-family: $font__heading;
+	@include font-family( $font__heading );
 	font-weight: 700;
 }
 
@@ -189,7 +189,7 @@
 
 figcaption,
 .gallery-caption {
-	font-family: $font__heading;
+	@include font-family( $font__heading );
 	font-size: $font__size-xs;
 	line-height: 1.6;
 	color: $color__text-light;
@@ -210,7 +210,7 @@
 	}
 
 	.editor-post-title__input {
-		font-family: $font__heading;
+		@include font-family( $font__heading );
 		font-size: $font__size-xxl;
 		font-weight: 700;
 	}
@@ -219,7 +219,7 @@
 /** === Default Appender === */
 
 .editor-default-block-appender .editor-default-block-appender__content {
-	font-family: $font__body;
+	@include font-family( $font__body );
 	font-size: $font__size_base;
 }
 
@@ -235,7 +235,7 @@
 .wp-block-paragraph {
 
 	&.has-drop-cap:not(:focus)::first-letter {
-		font-family: $font__heading;
+		@include font-family( $font__heading );
 		font-size: $font__size-xxxl;
 		line-height: 1;
 		font-weight: bold;
@@ -246,7 +246,7 @@
 /** === Table === */
 
 .wp-block-table {
-	font-family: $font__heading;
+	@include font-family( $font__heading );
 }
 
 /** === Cover === */
@@ -255,7 +255,7 @@
 
 	h2,
 	.wp-block-cover-text {
-		font-family: $font__heading;
+		@include font-family( $font__heading );
 		font-size: $font__size-lg;
 		font-weight: bold;
 		line-height: 1.4;
@@ -356,7 +356,7 @@
 
 	.wp-block-button__link {
 		line-height: 1.8;
-		font-family: $font__heading;
+		@include font-family( $font__heading );
 		font-size: $font__size-sm;
 		font-weight: bold;
 	}
@@ -411,7 +411,7 @@
 	cite,
 	footer,
 	.wp-block-quote__citation {
-		font-family: $font__heading;
+		@include font-family( $font__heading );
 		font-size: $font__size-xs;
 		line-height: 1.6;
 		color: $color__text-light;
@@ -482,7 +482,7 @@
 	}
 
 	.wp-block-pullquote__citation {
-		font-family: $font__heading;
+		@include font-family( $font__heading );
 		font-size: $font__size-xs;
 		line-height: 1.6;
 		text-transform: none;
@@ -531,7 +531,7 @@
 /** === File === */
 
 .wp-block-file {
-	font-family: $font__heading;
+	@include font-family( $font__heading );
 
 	.wp-block-file__textlink {
 		text-decoration: underline;
@@ -625,7 +625,7 @@
 
 	li {
 		color: $color__text-light;
-		font-family: $font__heading;
+		@include font-family( $font__heading );
 		font-size: calc(#{$font__size_base} * #{$font__size-ratio});
 		font-weight: bold;
 		line-height: $font__line-height-heading;
@@ -686,7 +686,7 @@
 .wp-block-latest-comments {
 
 	.wp-block-latest-comments__comment-meta {
-		font-family: $font__heading;
+		@include font-family( $font__heading );
 		font-weight: bold;
 
 		.wp-block-latest-comments__comment-date {
@@ -712,7 +712,7 @@
 	dd {
 		color: $color__text-light;
  		font-size: $font__size-xs;
- 		font-family: $font__heading;
+ 		@include font-family( $font__heading );
  		line-height: $font__line-height-pre;
  		margin: 0;
  		padding: ( $size__spacing-unit * .5 );
@@ -730,7 +730,7 @@
 		border-left: 2px solid $color__link;
 
 		cite {
-			font-family: $font__heading;
+			@include font-family( $font__heading );
 			font-size: $font__size-xs;
 			font-style: normal;
 			line-height: 1.6;
@@ -738,8 +738,3 @@
 		}
 	}
 }
-
-/* Make sure our non-latin font overrides don't overwrite the iconfont used in the classic editor toolbar */
-.wp-block[data-type="core/freeform"] .mce-btn i {
-	font-family: dashicons !important;
-}
Index: src/wp-content/themes/twentynineteen/style-rtl.css
===================================================================
--- src/wp-content/themes/twentynineteen/style-rtl.css	(revision 44356)
+++ src/wp-content/themes/twentynineteen/style-rtl.css	(working copy)
@@ -6,7 +6,7 @@
 Author URI: https://wordpress.org/
 Description: A new Gutenberg-ready theme.
 Requires at least: WordPress 4.9.6
-Version: 1.0
+Version: 1.1
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: twentynineteen
@@ -68,9 +68,764 @@
 /* If we add the border using a regular CSS border, it won't look good on non-retina devices,
  * since its edges can look jagged due to lack of antialiasing. In this case, we are several
  * layers of box-shadow to add the border visually, which will render the border smoother. */
-/* Fallback for non-latin fonts */
 /* Calculates maximum width for post content */
 /* Nested sub-menu padding: 10 levels deep */
+/* Ensure all font family declarations come with non-latin fallbacks */
+/* Build our non-latin font styles */
+body:lang(ar, ary, azb, ckb, fa-IR, haz, ps), button:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+input:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+select:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+optgroup:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+textarea:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .author-description .author-link:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.comment-metadata:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.comment-reply-link:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.comments-title:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.comment-author .fn:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.discussion-meta-info:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry-meta:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry-footer:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.main-navigation:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.no-comments:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.not-found .page-title:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.error-404 .page-title:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.post-navigation .post-title:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.page-links:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.page-description:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.pagination .nav-links:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.sticky-post:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.site-title:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.site-info:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+#cancel-comment-reply-link:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+h1:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+h2:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+h3:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+h4:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+h5:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+h6:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .page-title:lang(ar, ary, azb, ckb, fa-IR, haz, ps), blockquote cite:lang(ar, ary, azb, ckb, fa-IR, haz, ps), table:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .button:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+input:lang(ar, ary, azb, ckb, fa-IR, haz, ps)[type="button"],
+input:lang(ar, ary, azb, ckb, fa-IR, haz, ps)[type="reset"],
+input:lang(ar, ary, azb, ckb, fa-IR, haz, ps)[type="submit"], .comment-navigation .nav-previous:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.comment-navigation .nav-next:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .comment-list .pingback .comment-body:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.comment-list .trackback .comment-body:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .comment-list .pingback .comment-body .comment-edit-link:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.comment-list .trackback .comment-body .comment-edit-link:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .comment-form .comment-notes:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.comment-form label:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .widget_archive ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.widget_categories ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.widget_meta ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.widget_nav_menu ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.widget_pages ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.widget_recent_comments ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.widget_recent_entries ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.widget_rss ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .widget_tag_cloud .tagcloud:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-archives li:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry .entry-content .wp-block-categories li:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry .entry-content .wp-block-latest-posts li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-verse:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .has-drop-cap:lang(ar, ary, azb, ckb, fa-IR, haz, ps):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry .entry-content .wp-block-cover-image h2:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry .entry-content .wp-block-cover h2:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-audio figcaption:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry .entry-content .wp-block-video figcaption:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry .entry-content .wp-block-image figcaption:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-file:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-file .wp-block-file__button:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .wp-caption-text:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .gallery-caption:lang(ar, ary, azb, ckb, fa-IR, haz, ps) {
+  font-family: Tahoma, Arial, sans-serif;
+}
+
+body:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), button:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+input:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+select:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+optgroup:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+textarea:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .author-description .author-link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.comment-metadata:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.comment-reply-link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.comments-title:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.comment-author .fn:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.discussion-meta-info:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry-meta:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry-footer:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.main-navigation:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.no-comments:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.not-found .page-title:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.error-404 .page-title:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.post-navigation .post-title:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.page-links:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.page-description:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.pagination .nav-links:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.sticky-post:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.site-title:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.site-info:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+#cancel-comment-reply-link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+h1:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+h2:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+h3:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+h4:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+h5:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+h6:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .page-title:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), blockquote cite:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), table:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .button:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+input:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk)[type="button"],
+input:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk)[type="reset"],
+input:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk)[type="submit"], .comment-navigation .nav-previous:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.comment-navigation .nav-next:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .comment-list .pingback .comment-body:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.comment-list .trackback .comment-body:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .comment-list .pingback .comment-body .comment-edit-link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.comment-list .trackback .comment-body .comment-edit-link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .comment-form .comment-notes:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.comment-form label:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .widget_archive ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.widget_categories ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.widget_meta ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.widget_nav_menu ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.widget_pages ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.widget_recent_comments ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.widget_recent_entries ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.widget_rss ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .widget_tag_cloud .tagcloud:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-button .wp-block-button__link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-archives li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry .entry-content .wp-block-categories li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry .entry-content .wp-block-latest-posts li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-verse:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .has-drop-cap:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry .entry-content .wp-block-cover-image h2:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry .entry-content .wp-block-cover h2:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-audio figcaption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry .entry-content .wp-block-video figcaption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry .entry-content .wp-block-image figcaption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-file:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-file .wp-block-file__button:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .wp-caption-text:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .gallery-caption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk) {
+  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
+}
+
+body:lang(zh-HK), button:lang(zh-HK),
+input:lang(zh-HK),
+select:lang(zh-HK),
+optgroup:lang(zh-HK),
+textarea:lang(zh-HK), .author-description .author-link:lang(zh-HK),
+.comment-metadata:lang(zh-HK),
+.comment-reply-link:lang(zh-HK),
+.comments-title:lang(zh-HK),
+.comment-author .fn:lang(zh-HK),
+.discussion-meta-info:lang(zh-HK),
+.entry-meta:lang(zh-HK),
+.entry-footer:lang(zh-HK),
+.main-navigation:lang(zh-HK),
+.no-comments:lang(zh-HK),
+.not-found .page-title:lang(zh-HK),
+.error-404 .page-title:lang(zh-HK),
+.post-navigation .post-title:lang(zh-HK),
+.page-links:lang(zh-HK),
+.page-description:lang(zh-HK),
+.pagination .nav-links:lang(zh-HK),
+.sticky-post:lang(zh-HK),
+.site-title:lang(zh-HK),
+.site-info:lang(zh-HK),
+#cancel-comment-reply-link:lang(zh-HK),
+h1:lang(zh-HK),
+h2:lang(zh-HK),
+h3:lang(zh-HK),
+h4:lang(zh-HK),
+h5:lang(zh-HK),
+h6:lang(zh-HK), .page-title:lang(zh-HK), blockquote cite:lang(zh-HK), table:lang(zh-HK), .button:lang(zh-HK),
+input:lang(zh-HK)[type="button"],
+input:lang(zh-HK)[type="reset"],
+input:lang(zh-HK)[type="submit"], .comment-navigation .nav-previous:lang(zh-HK),
+.comment-navigation .nav-next:lang(zh-HK), .comment-list .pingback .comment-body:lang(zh-HK),
+.comment-list .trackback .comment-body:lang(zh-HK), .comment-list .pingback .comment-body .comment-edit-link:lang(zh-HK),
+.comment-list .trackback .comment-body .comment-edit-link:lang(zh-HK), .comment-form .comment-notes:lang(zh-HK),
+.comment-form label:lang(zh-HK), .widget_archive ul li:lang(zh-HK),
+.widget_categories ul li:lang(zh-HK),
+.widget_meta ul li:lang(zh-HK),
+.widget_nav_menu ul li:lang(zh-HK),
+.widget_pages ul li:lang(zh-HK),
+.widget_recent_comments ul li:lang(zh-HK),
+.widget_recent_entries ul li:lang(zh-HK),
+.widget_rss ul li:lang(zh-HK), .widget_tag_cloud .tagcloud:lang(zh-HK), .entry .entry-content .wp-block-button .wp-block-button__link:lang(zh-HK), .entry .entry-content .wp-block-archives li:lang(zh-HK),
+.entry .entry-content .wp-block-categories li:lang(zh-HK),
+.entry .entry-content .wp-block-latest-posts li:lang(zh-HK), .entry .entry-content .wp-block-verse:lang(zh-HK), .entry .entry-content .has-drop-cap:lang(zh-HK):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(zh-HK), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(zh-HK),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(zh-HK),
+.entry .entry-content .wp-block-cover-image h2:lang(zh-HK),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(zh-HK),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(zh-HK),
+.entry .entry-content .wp-block-cover h2:lang(zh-HK), .entry .entry-content .wp-block-audio figcaption:lang(zh-HK),
+.entry .entry-content .wp-block-video figcaption:lang(zh-HK),
+.entry .entry-content .wp-block-image figcaption:lang(zh-HK),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(zh-HK),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(zh-HK), .entry .entry-content .wp-block-file:lang(zh-HK), .entry .entry-content .wp-block-file .wp-block-file__button:lang(zh-HK), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-HK), .wp-caption-text:lang(zh-HK), .gallery-caption:lang(zh-HK) {
+  font-family: -apple-system, BlinkMacSystemFont, "PingFang HK", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif;
+}
+
+body:lang(zh-TW), button:lang(zh-TW),
+input:lang(zh-TW),
+select:lang(zh-TW),
+optgroup:lang(zh-TW),
+textarea:lang(zh-TW), .author-description .author-link:lang(zh-TW),
+.comment-metadata:lang(zh-TW),
+.comment-reply-link:lang(zh-TW),
+.comments-title:lang(zh-TW),
+.comment-author .fn:lang(zh-TW),
+.discussion-meta-info:lang(zh-TW),
+.entry-meta:lang(zh-TW),
+.entry-footer:lang(zh-TW),
+.main-navigation:lang(zh-TW),
+.no-comments:lang(zh-TW),
+.not-found .page-title:lang(zh-TW),
+.error-404 .page-title:lang(zh-TW),
+.post-navigation .post-title:lang(zh-TW),
+.page-links:lang(zh-TW),
+.page-description:lang(zh-TW),
+.pagination .nav-links:lang(zh-TW),
+.sticky-post:lang(zh-TW),
+.site-title:lang(zh-TW),
+.site-info:lang(zh-TW),
+#cancel-comment-reply-link:lang(zh-TW),
+h1:lang(zh-TW),
+h2:lang(zh-TW),
+h3:lang(zh-TW),
+h4:lang(zh-TW),
+h5:lang(zh-TW),
+h6:lang(zh-TW), .page-title:lang(zh-TW), blockquote cite:lang(zh-TW), table:lang(zh-TW), .button:lang(zh-TW),
+input:lang(zh-TW)[type="button"],
+input:lang(zh-TW)[type="reset"],
+input:lang(zh-TW)[type="submit"], .comment-navigation .nav-previous:lang(zh-TW),
+.comment-navigation .nav-next:lang(zh-TW), .comment-list .pingback .comment-body:lang(zh-TW),
+.comment-list .trackback .comment-body:lang(zh-TW), .comment-list .pingback .comment-body .comment-edit-link:lang(zh-TW),
+.comment-list .trackback .comment-body .comment-edit-link:lang(zh-TW), .comment-form .comment-notes:lang(zh-TW),
+.comment-form label:lang(zh-TW), .widget_archive ul li:lang(zh-TW),
+.widget_categories ul li:lang(zh-TW),
+.widget_meta ul li:lang(zh-TW),
+.widget_nav_menu ul li:lang(zh-TW),
+.widget_pages ul li:lang(zh-TW),
+.widget_recent_comments ul li:lang(zh-TW),
+.widget_recent_entries ul li:lang(zh-TW),
+.widget_rss ul li:lang(zh-TW), .widget_tag_cloud .tagcloud:lang(zh-TW), .entry .entry-content .wp-block-button .wp-block-button__link:lang(zh-TW), .entry .entry-content .wp-block-archives li:lang(zh-TW),
+.entry .entry-content .wp-block-categories li:lang(zh-TW),
+.entry .entry-content .wp-block-latest-posts li:lang(zh-TW), .entry .entry-content .wp-block-verse:lang(zh-TW), .entry .entry-content .has-drop-cap:lang(zh-TW):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(zh-TW), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(zh-TW),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(zh-TW),
+.entry .entry-content .wp-block-cover-image h2:lang(zh-TW),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(zh-TW),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(zh-TW),
+.entry .entry-content .wp-block-cover h2:lang(zh-TW), .entry .entry-content .wp-block-audio figcaption:lang(zh-TW),
+.entry .entry-content .wp-block-video figcaption:lang(zh-TW),
+.entry .entry-content .wp-block-image figcaption:lang(zh-TW),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(zh-TW),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(zh-TW), .entry .entry-content .wp-block-file:lang(zh-TW), .entry .entry-content .wp-block-file .wp-block-file__button:lang(zh-TW), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-TW), .wp-caption-text:lang(zh-TW), .gallery-caption:lang(zh-TW) {
+  font-family: -apple-system, BlinkMacSystemFont, "PingFang TC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif;
+}
+
+body:lang(zh-CN), button:lang(zh-CN),
+input:lang(zh-CN),
+select:lang(zh-CN),
+optgroup:lang(zh-CN),
+textarea:lang(zh-CN), .author-description .author-link:lang(zh-CN),
+.comment-metadata:lang(zh-CN),
+.comment-reply-link:lang(zh-CN),
+.comments-title:lang(zh-CN),
+.comment-author .fn:lang(zh-CN),
+.discussion-meta-info:lang(zh-CN),
+.entry-meta:lang(zh-CN),
+.entry-footer:lang(zh-CN),
+.main-navigation:lang(zh-CN),
+.no-comments:lang(zh-CN),
+.not-found .page-title:lang(zh-CN),
+.error-404 .page-title:lang(zh-CN),
+.post-navigation .post-title:lang(zh-CN),
+.page-links:lang(zh-CN),
+.page-description:lang(zh-CN),
+.pagination .nav-links:lang(zh-CN),
+.sticky-post:lang(zh-CN),
+.site-title:lang(zh-CN),
+.site-info:lang(zh-CN),
+#cancel-comment-reply-link:lang(zh-CN),
+h1:lang(zh-CN),
+h2:lang(zh-CN),
+h3:lang(zh-CN),
+h4:lang(zh-CN),
+h5:lang(zh-CN),
+h6:lang(zh-CN), .page-title:lang(zh-CN), blockquote cite:lang(zh-CN), table:lang(zh-CN), .button:lang(zh-CN),
+input:lang(zh-CN)[type="button"],
+input:lang(zh-CN)[type="reset"],
+input:lang(zh-CN)[type="submit"], .comment-navigation .nav-previous:lang(zh-CN),
+.comment-navigation .nav-next:lang(zh-CN), .comment-list .pingback .comment-body:lang(zh-CN),
+.comment-list .trackback .comment-body:lang(zh-CN), .comment-list .pingback .comment-body .comment-edit-link:lang(zh-CN),
+.comment-list .trackback .comment-body .comment-edit-link:lang(zh-CN), .comment-form .comment-notes:lang(zh-CN),
+.comment-form label:lang(zh-CN), .widget_archive ul li:lang(zh-CN),
+.widget_categories ul li:lang(zh-CN),
+.widget_meta ul li:lang(zh-CN),
+.widget_nav_menu ul li:lang(zh-CN),
+.widget_pages ul li:lang(zh-CN),
+.widget_recent_comments ul li:lang(zh-CN),
+.widget_recent_entries ul li:lang(zh-CN),
+.widget_rss ul li:lang(zh-CN), .widget_tag_cloud .tagcloud:lang(zh-CN), .entry .entry-content .wp-block-button .wp-block-button__link:lang(zh-CN), .entry .entry-content .wp-block-archives li:lang(zh-CN),
+.entry .entry-content .wp-block-categories li:lang(zh-CN),
+.entry .entry-content .wp-block-latest-posts li:lang(zh-CN), .entry .entry-content .wp-block-verse:lang(zh-CN), .entry .entry-content .has-drop-cap:lang(zh-CN):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(zh-CN), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(zh-CN),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(zh-CN),
+.entry .entry-content .wp-block-cover-image h2:lang(zh-CN),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(zh-CN),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(zh-CN),
+.entry .entry-content .wp-block-cover h2:lang(zh-CN), .entry .entry-content .wp-block-audio figcaption:lang(zh-CN),
+.entry .entry-content .wp-block-video figcaption:lang(zh-CN),
+.entry .entry-content .wp-block-image figcaption:lang(zh-CN),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(zh-CN),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(zh-CN), .entry .entry-content .wp-block-file:lang(zh-CN), .entry .entry-content .wp-block-file .wp-block-file__button:lang(zh-CN), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-CN), .wp-caption-text:lang(zh-CN), .gallery-caption:lang(zh-CN) {
+  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif;
+}
+
+body:lang(bn-BD, hi-IN, mr, ne-NP), button:lang(bn-BD, hi-IN, mr, ne-NP),
+input:lang(bn-BD, hi-IN, mr, ne-NP),
+select:lang(bn-BD, hi-IN, mr, ne-NP),
+optgroup:lang(bn-BD, hi-IN, mr, ne-NP),
+textarea:lang(bn-BD, hi-IN, mr, ne-NP), .author-description .author-link:lang(bn-BD, hi-IN, mr, ne-NP),
+.comment-metadata:lang(bn-BD, hi-IN, mr, ne-NP),
+.comment-reply-link:lang(bn-BD, hi-IN, mr, ne-NP),
+.comments-title:lang(bn-BD, hi-IN, mr, ne-NP),
+.comment-author .fn:lang(bn-BD, hi-IN, mr, ne-NP),
+.discussion-meta-info:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry-meta:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry-footer:lang(bn-BD, hi-IN, mr, ne-NP),
+.main-navigation:lang(bn-BD, hi-IN, mr, ne-NP),
+.no-comments:lang(bn-BD, hi-IN, mr, ne-NP),
+.not-found .page-title:lang(bn-BD, hi-IN, mr, ne-NP),
+.error-404 .page-title:lang(bn-BD, hi-IN, mr, ne-NP),
+.post-navigation .post-title:lang(bn-BD, hi-IN, mr, ne-NP),
+.page-links:lang(bn-BD, hi-IN, mr, ne-NP),
+.page-description:lang(bn-BD, hi-IN, mr, ne-NP),
+.pagination .nav-links:lang(bn-BD, hi-IN, mr, ne-NP),
+.sticky-post:lang(bn-BD, hi-IN, mr, ne-NP),
+.site-title:lang(bn-BD, hi-IN, mr, ne-NP),
+.site-info:lang(bn-BD, hi-IN, mr, ne-NP),
+#cancel-comment-reply-link:lang(bn-BD, hi-IN, mr, ne-NP),
+h1:lang(bn-BD, hi-IN, mr, ne-NP),
+h2:lang(bn-BD, hi-IN, mr, ne-NP),
+h3:lang(bn-BD, hi-IN, mr, ne-NP),
+h4:lang(bn-BD, hi-IN, mr, ne-NP),
+h5:lang(bn-BD, hi-IN, mr, ne-NP),
+h6:lang(bn-BD, hi-IN, mr, ne-NP), .page-title:lang(bn-BD, hi-IN, mr, ne-NP), blockquote cite:lang(bn-BD, hi-IN, mr, ne-NP), table:lang(bn-BD, hi-IN, mr, ne-NP), .button:lang(bn-BD, hi-IN, mr, ne-NP),
+input:lang(bn-BD, hi-IN, mr, ne-NP)[type="button"],
+input:lang(bn-BD, hi-IN, mr, ne-NP)[type="reset"],
+input:lang(bn-BD, hi-IN, mr, ne-NP)[type="submit"], .comment-navigation .nav-previous:lang(bn-BD, hi-IN, mr, ne-NP),
+.comment-navigation .nav-next:lang(bn-BD, hi-IN, mr, ne-NP), .comment-list .pingback .comment-body:lang(bn-BD, hi-IN, mr, ne-NP),
+.comment-list .trackback .comment-body:lang(bn-BD, hi-IN, mr, ne-NP), .comment-list .pingback .comment-body .comment-edit-link:lang(bn-BD, hi-IN, mr, ne-NP),
+.comment-list .trackback .comment-body .comment-edit-link:lang(bn-BD, hi-IN, mr, ne-NP), .comment-form .comment-notes:lang(bn-BD, hi-IN, mr, ne-NP),
+.comment-form label:lang(bn-BD, hi-IN, mr, ne-NP), .widget_archive ul li:lang(bn-BD, hi-IN, mr, ne-NP),
+.widget_categories ul li:lang(bn-BD, hi-IN, mr, ne-NP),
+.widget_meta ul li:lang(bn-BD, hi-IN, mr, ne-NP),
+.widget_nav_menu ul li:lang(bn-BD, hi-IN, mr, ne-NP),
+.widget_pages ul li:lang(bn-BD, hi-IN, mr, ne-NP),
+.widget_recent_comments ul li:lang(bn-BD, hi-IN, mr, ne-NP),
+.widget_recent_entries ul li:lang(bn-BD, hi-IN, mr, ne-NP),
+.widget_rss ul li:lang(bn-BD, hi-IN, mr, ne-NP), .widget_tag_cloud .tagcloud:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .wp-block-button .wp-block-button__link:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .wp-block-archives li:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry .entry-content .wp-block-categories li:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry .entry-content .wp-block-latest-posts li:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .wp-block-verse:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .has-drop-cap:lang(bn-BD, hi-IN, mr, ne-NP):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry .entry-content .wp-block-cover-image h2:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry .entry-content .wp-block-cover h2:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .wp-block-audio figcaption:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry .entry-content .wp-block-video figcaption:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry .entry-content .wp-block-image figcaption:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .wp-block-file:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .wp-block-file .wp-block-file__button:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(bn-BD, hi-IN, mr, ne-NP), .wp-caption-text:lang(bn-BD, hi-IN, mr, ne-NP), .gallery-caption:lang(bn-BD, hi-IN, mr, ne-NP) {
+  font-family: Arial, sans-serif;
+}
+
+body:lang(el), button:lang(el),
+input:lang(el),
+select:lang(el),
+optgroup:lang(el),
+textarea:lang(el), .author-description .author-link:lang(el),
+.comment-metadata:lang(el),
+.comment-reply-link:lang(el),
+.comments-title:lang(el),
+.comment-author .fn:lang(el),
+.discussion-meta-info:lang(el),
+.entry-meta:lang(el),
+.entry-footer:lang(el),
+.main-navigation:lang(el),
+.no-comments:lang(el),
+.not-found .page-title:lang(el),
+.error-404 .page-title:lang(el),
+.post-navigation .post-title:lang(el),
+.page-links:lang(el),
+.page-description:lang(el),
+.pagination .nav-links:lang(el),
+.sticky-post:lang(el),
+.site-title:lang(el),
+.site-info:lang(el),
+#cancel-comment-reply-link:lang(el),
+h1:lang(el),
+h2:lang(el),
+h3:lang(el),
+h4:lang(el),
+h5:lang(el),
+h6:lang(el), .page-title:lang(el), blockquote cite:lang(el), table:lang(el), .button:lang(el),
+input:lang(el)[type="button"],
+input:lang(el)[type="reset"],
+input:lang(el)[type="submit"], .comment-navigation .nav-previous:lang(el),
+.comment-navigation .nav-next:lang(el), .comment-list .pingback .comment-body:lang(el),
+.comment-list .trackback .comment-body:lang(el), .comment-list .pingback .comment-body .comment-edit-link:lang(el),
+.comment-list .trackback .comment-body .comment-edit-link:lang(el), .comment-form .comment-notes:lang(el),
+.comment-form label:lang(el), .widget_archive ul li:lang(el),
+.widget_categories ul li:lang(el),
+.widget_meta ul li:lang(el),
+.widget_nav_menu ul li:lang(el),
+.widget_pages ul li:lang(el),
+.widget_recent_comments ul li:lang(el),
+.widget_recent_entries ul li:lang(el),
+.widget_rss ul li:lang(el), .widget_tag_cloud .tagcloud:lang(el), .entry .entry-content .wp-block-button .wp-block-button__link:lang(el), .entry .entry-content .wp-block-archives li:lang(el),
+.entry .entry-content .wp-block-categories li:lang(el),
+.entry .entry-content .wp-block-latest-posts li:lang(el), .entry .entry-content .wp-block-verse:lang(el), .entry .entry-content .has-drop-cap:lang(el):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(el), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(el),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(el),
+.entry .entry-content .wp-block-cover-image h2:lang(el),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(el),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(el),
+.entry .entry-content .wp-block-cover h2:lang(el), .entry .entry-content .wp-block-audio figcaption:lang(el),
+.entry .entry-content .wp-block-video figcaption:lang(el),
+.entry .entry-content .wp-block-image figcaption:lang(el),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(el),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(el), .entry .entry-content .wp-block-file:lang(el), .entry .entry-content .wp-block-file .wp-block-file__button:lang(el), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(el), .wp-caption-text:lang(el), .gallery-caption:lang(el) {
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+}
+
+body:lang(gu), button:lang(gu),
+input:lang(gu),
+select:lang(gu),
+optgroup:lang(gu),
+textarea:lang(gu), .author-description .author-link:lang(gu),
+.comment-metadata:lang(gu),
+.comment-reply-link:lang(gu),
+.comments-title:lang(gu),
+.comment-author .fn:lang(gu),
+.discussion-meta-info:lang(gu),
+.entry-meta:lang(gu),
+.entry-footer:lang(gu),
+.main-navigation:lang(gu),
+.no-comments:lang(gu),
+.not-found .page-title:lang(gu),
+.error-404 .page-title:lang(gu),
+.post-navigation .post-title:lang(gu),
+.page-links:lang(gu),
+.page-description:lang(gu),
+.pagination .nav-links:lang(gu),
+.sticky-post:lang(gu),
+.site-title:lang(gu),
+.site-info:lang(gu),
+#cancel-comment-reply-link:lang(gu),
+h1:lang(gu),
+h2:lang(gu),
+h3:lang(gu),
+h4:lang(gu),
+h5:lang(gu),
+h6:lang(gu), .page-title:lang(gu), blockquote cite:lang(gu), table:lang(gu), .button:lang(gu),
+input:lang(gu)[type="button"],
+input:lang(gu)[type="reset"],
+input:lang(gu)[type="submit"], .comment-navigation .nav-previous:lang(gu),
+.comment-navigation .nav-next:lang(gu), .comment-list .pingback .comment-body:lang(gu),
+.comment-list .trackback .comment-body:lang(gu), .comment-list .pingback .comment-body .comment-edit-link:lang(gu),
+.comment-list .trackback .comment-body .comment-edit-link:lang(gu), .comment-form .comment-notes:lang(gu),
+.comment-form label:lang(gu), .widget_archive ul li:lang(gu),
+.widget_categories ul li:lang(gu),
+.widget_meta ul li:lang(gu),
+.widget_nav_menu ul li:lang(gu),
+.widget_pages ul li:lang(gu),
+.widget_recent_comments ul li:lang(gu),
+.widget_recent_entries ul li:lang(gu),
+.widget_rss ul li:lang(gu), .widget_tag_cloud .tagcloud:lang(gu), .entry .entry-content .wp-block-button .wp-block-button__link:lang(gu), .entry .entry-content .wp-block-archives li:lang(gu),
+.entry .entry-content .wp-block-categories li:lang(gu),
+.entry .entry-content .wp-block-latest-posts li:lang(gu), .entry .entry-content .wp-block-verse:lang(gu), .entry .entry-content .has-drop-cap:lang(gu):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(gu), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(gu),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(gu),
+.entry .entry-content .wp-block-cover-image h2:lang(gu),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(gu),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(gu),
+.entry .entry-content .wp-block-cover h2:lang(gu), .entry .entry-content .wp-block-audio figcaption:lang(gu),
+.entry .entry-content .wp-block-video figcaption:lang(gu),
+.entry .entry-content .wp-block-image figcaption:lang(gu),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(gu),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(gu), .entry .entry-content .wp-block-file:lang(gu), .entry .entry-content .wp-block-file .wp-block-file__button:lang(gu), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(gu), .wp-caption-text:lang(gu), .gallery-caption:lang(gu) {
+  font-family: Arial, sans-serif;
+}
+
+body:lang(he-IL), button:lang(he-IL),
+input:lang(he-IL),
+select:lang(he-IL),
+optgroup:lang(he-IL),
+textarea:lang(he-IL), .author-description .author-link:lang(he-IL),
+.comment-metadata:lang(he-IL),
+.comment-reply-link:lang(he-IL),
+.comments-title:lang(he-IL),
+.comment-author .fn:lang(he-IL),
+.discussion-meta-info:lang(he-IL),
+.entry-meta:lang(he-IL),
+.entry-footer:lang(he-IL),
+.main-navigation:lang(he-IL),
+.no-comments:lang(he-IL),
+.not-found .page-title:lang(he-IL),
+.error-404 .page-title:lang(he-IL),
+.post-navigation .post-title:lang(he-IL),
+.page-links:lang(he-IL),
+.page-description:lang(he-IL),
+.pagination .nav-links:lang(he-IL),
+.sticky-post:lang(he-IL),
+.site-title:lang(he-IL),
+.site-info:lang(he-IL),
+#cancel-comment-reply-link:lang(he-IL),
+h1:lang(he-IL),
+h2:lang(he-IL),
+h3:lang(he-IL),
+h4:lang(he-IL),
+h5:lang(he-IL),
+h6:lang(he-IL), .page-title:lang(he-IL), blockquote cite:lang(he-IL), table:lang(he-IL), .button:lang(he-IL),
+input:lang(he-IL)[type="button"],
+input:lang(he-IL)[type="reset"],
+input:lang(he-IL)[type="submit"], .comment-navigation .nav-previous:lang(he-IL),
+.comment-navigation .nav-next:lang(he-IL), .comment-list .pingback .comment-body:lang(he-IL),
+.comment-list .trackback .comment-body:lang(he-IL), .comment-list .pingback .comment-body .comment-edit-link:lang(he-IL),
+.comment-list .trackback .comment-body .comment-edit-link:lang(he-IL), .comment-form .comment-notes:lang(he-IL),
+.comment-form label:lang(he-IL), .widget_archive ul li:lang(he-IL),
+.widget_categories ul li:lang(he-IL),
+.widget_meta ul li:lang(he-IL),
+.widget_nav_menu ul li:lang(he-IL),
+.widget_pages ul li:lang(he-IL),
+.widget_recent_comments ul li:lang(he-IL),
+.widget_recent_entries ul li:lang(he-IL),
+.widget_rss ul li:lang(he-IL), .widget_tag_cloud .tagcloud:lang(he-IL), .entry .entry-content .wp-block-button .wp-block-button__link:lang(he-IL), .entry .entry-content .wp-block-archives li:lang(he-IL),
+.entry .entry-content .wp-block-categories li:lang(he-IL),
+.entry .entry-content .wp-block-latest-posts li:lang(he-IL), .entry .entry-content .wp-block-verse:lang(he-IL), .entry .entry-content .has-drop-cap:lang(he-IL):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(he-IL), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(he-IL),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(he-IL),
+.entry .entry-content .wp-block-cover-image h2:lang(he-IL),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(he-IL),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(he-IL),
+.entry .entry-content .wp-block-cover h2:lang(he-IL), .entry .entry-content .wp-block-audio figcaption:lang(he-IL),
+.entry .entry-content .wp-block-video figcaption:lang(he-IL),
+.entry .entry-content .wp-block-image figcaption:lang(he-IL),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(he-IL),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(he-IL), .entry .entry-content .wp-block-file:lang(he-IL), .entry .entry-content .wp-block-file .wp-block-file__button:lang(he-IL), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(he-IL), .wp-caption-text:lang(he-IL), .gallery-caption:lang(he-IL) {
+  font-family: "Arial Hebrew", Arial, sans-serif;
+}
+
+body:lang(ja), button:lang(ja),
+input:lang(ja),
+select:lang(ja),
+optgroup:lang(ja),
+textarea:lang(ja), .author-description .author-link:lang(ja),
+.comment-metadata:lang(ja),
+.comment-reply-link:lang(ja),
+.comments-title:lang(ja),
+.comment-author .fn:lang(ja),
+.discussion-meta-info:lang(ja),
+.entry-meta:lang(ja),
+.entry-footer:lang(ja),
+.main-navigation:lang(ja),
+.no-comments:lang(ja),
+.not-found .page-title:lang(ja),
+.error-404 .page-title:lang(ja),
+.post-navigation .post-title:lang(ja),
+.page-links:lang(ja),
+.page-description:lang(ja),
+.pagination .nav-links:lang(ja),
+.sticky-post:lang(ja),
+.site-title:lang(ja),
+.site-info:lang(ja),
+#cancel-comment-reply-link:lang(ja),
+h1:lang(ja),
+h2:lang(ja),
+h3:lang(ja),
+h4:lang(ja),
+h5:lang(ja),
+h6:lang(ja), .page-title:lang(ja), blockquote cite:lang(ja), table:lang(ja), .button:lang(ja),
+input:lang(ja)[type="button"],
+input:lang(ja)[type="reset"],
+input:lang(ja)[type="submit"], .comment-navigation .nav-previous:lang(ja),
+.comment-navigation .nav-next:lang(ja), .comment-list .pingback .comment-body:lang(ja),
+.comment-list .trackback .comment-body:lang(ja), .comment-list .pingback .comment-body .comment-edit-link:lang(ja),
+.comment-list .trackback .comment-body .comment-edit-link:lang(ja), .comment-form .comment-notes:lang(ja),
+.comment-form label:lang(ja), .widget_archive ul li:lang(ja),
+.widget_categories ul li:lang(ja),
+.widget_meta ul li:lang(ja),
+.widget_nav_menu ul li:lang(ja),
+.widget_pages ul li:lang(ja),
+.widget_recent_comments ul li:lang(ja),
+.widget_recent_entries ul li:lang(ja),
+.widget_rss ul li:lang(ja), .widget_tag_cloud .tagcloud:lang(ja), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ja), .entry .entry-content .wp-block-archives li:lang(ja),
+.entry .entry-content .wp-block-categories li:lang(ja),
+.entry .entry-content .wp-block-latest-posts li:lang(ja), .entry .entry-content .wp-block-verse:lang(ja), .entry .entry-content .has-drop-cap:lang(ja):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ja), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ja),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ja),
+.entry .entry-content .wp-block-cover-image h2:lang(ja),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ja),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ja),
+.entry .entry-content .wp-block-cover h2:lang(ja), .entry .entry-content .wp-block-audio figcaption:lang(ja),
+.entry .entry-content .wp-block-video figcaption:lang(ja),
+.entry .entry-content .wp-block-image figcaption:lang(ja),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(ja),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(ja), .entry .entry-content .wp-block-file:lang(ja), .entry .entry-content .wp-block-file .wp-block-file__button:lang(ja), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ja), .wp-caption-text:lang(ja), .gallery-caption:lang(ja) {
+  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif;
+}
+
+body:lang(ko-KR), button:lang(ko-KR),
+input:lang(ko-KR),
+select:lang(ko-KR),
+optgroup:lang(ko-KR),
+textarea:lang(ko-KR), .author-description .author-link:lang(ko-KR),
+.comment-metadata:lang(ko-KR),
+.comment-reply-link:lang(ko-KR),
+.comments-title:lang(ko-KR),
+.comment-author .fn:lang(ko-KR),
+.discussion-meta-info:lang(ko-KR),
+.entry-meta:lang(ko-KR),
+.entry-footer:lang(ko-KR),
+.main-navigation:lang(ko-KR),
+.no-comments:lang(ko-KR),
+.not-found .page-title:lang(ko-KR),
+.error-404 .page-title:lang(ko-KR),
+.post-navigation .post-title:lang(ko-KR),
+.page-links:lang(ko-KR),
+.page-description:lang(ko-KR),
+.pagination .nav-links:lang(ko-KR),
+.sticky-post:lang(ko-KR),
+.site-title:lang(ko-KR),
+.site-info:lang(ko-KR),
+#cancel-comment-reply-link:lang(ko-KR),
+h1:lang(ko-KR),
+h2:lang(ko-KR),
+h3:lang(ko-KR),
+h4:lang(ko-KR),
+h5:lang(ko-KR),
+h6:lang(ko-KR), .page-title:lang(ko-KR), blockquote cite:lang(ko-KR), table:lang(ko-KR), .button:lang(ko-KR),
+input:lang(ko-KR)[type="button"],
+input:lang(ko-KR)[type="reset"],
+input:lang(ko-KR)[type="submit"], .comment-navigation .nav-previous:lang(ko-KR),
+.comment-navigation .nav-next:lang(ko-KR), .comment-list .pingback .comment-body:lang(ko-KR),
+.comment-list .trackback .comment-body:lang(ko-KR), .comment-list .pingback .comment-body .comment-edit-link:lang(ko-KR),
+.comment-list .trackback .comment-body .comment-edit-link:lang(ko-KR), .comment-form .comment-notes:lang(ko-KR),
+.comment-form label:lang(ko-KR), .widget_archive ul li:lang(ko-KR),
+.widget_categories ul li:lang(ko-KR),
+.widget_meta ul li:lang(ko-KR),
+.widget_nav_menu ul li:lang(ko-KR),
+.widget_pages ul li:lang(ko-KR),
+.widget_recent_comments ul li:lang(ko-KR),
+.widget_recent_entries ul li:lang(ko-KR),
+.widget_rss ul li:lang(ko-KR), .widget_tag_cloud .tagcloud:lang(ko-KR), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ko-KR), .entry .entry-content .wp-block-archives li:lang(ko-KR),
+.entry .entry-content .wp-block-categories li:lang(ko-KR),
+.entry .entry-content .wp-block-latest-posts li:lang(ko-KR), .entry .entry-content .wp-block-verse:lang(ko-KR), .entry .entry-content .has-drop-cap:lang(ko-KR):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ko-KR), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ko-KR),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ko-KR),
+.entry .entry-content .wp-block-cover-image h2:lang(ko-KR),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ko-KR),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ko-KR),
+.entry .entry-content .wp-block-cover h2:lang(ko-KR), .entry .entry-content .wp-block-audio figcaption:lang(ko-KR),
+.entry .entry-content .wp-block-video figcaption:lang(ko-KR),
+.entry .entry-content .wp-block-image figcaption:lang(ko-KR),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(ko-KR),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(ko-KR), .entry .entry-content .wp-block-file:lang(ko-KR), .entry .entry-content .wp-block-file .wp-block-file__button:lang(ko-KR), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ko-KR), .wp-caption-text:lang(ko-KR), .gallery-caption:lang(ko-KR) {
+  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
+}
+
+body:lang(th), button:lang(th),
+input:lang(th),
+select:lang(th),
+optgroup:lang(th),
+textarea:lang(th), .author-description .author-link:lang(th),
+.comment-metadata:lang(th),
+.comment-reply-link:lang(th),
+.comments-title:lang(th),
+.comment-author .fn:lang(th),
+.discussion-meta-info:lang(th),
+.entry-meta:lang(th),
+.entry-footer:lang(th),
+.main-navigation:lang(th),
+.no-comments:lang(th),
+.not-found .page-title:lang(th),
+.error-404 .page-title:lang(th),
+.post-navigation .post-title:lang(th),
+.page-links:lang(th),
+.page-description:lang(th),
+.pagination .nav-links:lang(th),
+.sticky-post:lang(th),
+.site-title:lang(th),
+.site-info:lang(th),
+#cancel-comment-reply-link:lang(th),
+h1:lang(th),
+h2:lang(th),
+h3:lang(th),
+h4:lang(th),
+h5:lang(th),
+h6:lang(th), .page-title:lang(th), blockquote cite:lang(th), table:lang(th), .button:lang(th),
+input:lang(th)[type="button"],
+input:lang(th)[type="reset"],
+input:lang(th)[type="submit"], .comment-navigation .nav-previous:lang(th),
+.comment-navigation .nav-next:lang(th), .comment-list .pingback .comment-body:lang(th),
+.comment-list .trackback .comment-body:lang(th), .comment-list .pingback .comment-body .comment-edit-link:lang(th),
+.comment-list .trackback .comment-body .comment-edit-link:lang(th), .comment-form .comment-notes:lang(th),
+.comment-form label:lang(th), .widget_archive ul li:lang(th),
+.widget_categories ul li:lang(th),
+.widget_meta ul li:lang(th),
+.widget_nav_menu ul li:lang(th),
+.widget_pages ul li:lang(th),
+.widget_recent_comments ul li:lang(th),
+.widget_recent_entries ul li:lang(th),
+.widget_rss ul li:lang(th), .widget_tag_cloud .tagcloud:lang(th), .entry .entry-content .wp-block-button .wp-block-button__link:lang(th), .entry .entry-content .wp-block-archives li:lang(th),
+.entry .entry-content .wp-block-categories li:lang(th),
+.entry .entry-content .wp-block-latest-posts li:lang(th), .entry .entry-content .wp-block-verse:lang(th), .entry .entry-content .has-drop-cap:lang(th):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(th), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(th),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(th),
+.entry .entry-content .wp-block-cover-image h2:lang(th),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(th),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(th),
+.entry .entry-content .wp-block-cover h2:lang(th), .entry .entry-content .wp-block-audio figcaption:lang(th),
+.entry .entry-content .wp-block-video figcaption:lang(th),
+.entry .entry-content .wp-block-image figcaption:lang(th),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(th),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(th), .entry .entry-content .wp-block-file:lang(th), .entry .entry-content .wp-block-file .wp-block-file__button:lang(th), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(th), .wp-caption-text:lang(th), .gallery-caption:lang(th) {
+  font-family: "Sukhumvit Set", "Helvetica Neue", helvetica, arial, sans-serif;
+}
+
+body:lang(vi), button:lang(vi),
+input:lang(vi),
+select:lang(vi),
+optgroup:lang(vi),
+textarea:lang(vi), .author-description .author-link:lang(vi),
+.comment-metadata:lang(vi),
+.comment-reply-link:lang(vi),
+.comments-title:lang(vi),
+.comment-author .fn:lang(vi),
+.discussion-meta-info:lang(vi),
+.entry-meta:lang(vi),
+.entry-footer:lang(vi),
+.main-navigation:lang(vi),
+.no-comments:lang(vi),
+.not-found .page-title:lang(vi),
+.error-404 .page-title:lang(vi),
+.post-navigation .post-title:lang(vi),
+.page-links:lang(vi),
+.page-description:lang(vi),
+.pagination .nav-links:lang(vi),
+.sticky-post:lang(vi),
+.site-title:lang(vi),
+.site-info:lang(vi),
+#cancel-comment-reply-link:lang(vi),
+h1:lang(vi),
+h2:lang(vi),
+h3:lang(vi),
+h4:lang(vi),
+h5:lang(vi),
+h6:lang(vi), .page-title:lang(vi), blockquote cite:lang(vi), table:lang(vi), .button:lang(vi),
+input:lang(vi)[type="button"],
+input:lang(vi)[type="reset"],
+input:lang(vi)[type="submit"], .comment-navigation .nav-previous:lang(vi),
+.comment-navigation .nav-next:lang(vi), .comment-list .pingback .comment-body:lang(vi),
+.comment-list .trackback .comment-body:lang(vi), .comment-list .pingback .comment-body .comment-edit-link:lang(vi),
+.comment-list .trackback .comment-body .comment-edit-link:lang(vi), .comment-form .comment-notes:lang(vi),
+.comment-form label:lang(vi), .widget_archive ul li:lang(vi),
+.widget_categories ul li:lang(vi),
+.widget_meta ul li:lang(vi),
+.widget_nav_menu ul li:lang(vi),
+.widget_pages ul li:lang(vi),
+.widget_recent_comments ul li:lang(vi),
+.widget_recent_entries ul li:lang(vi),
+.widget_rss ul li:lang(vi), .widget_tag_cloud .tagcloud:lang(vi), .entry .entry-content .wp-block-button .wp-block-button__link:lang(vi), .entry .entry-content .wp-block-archives li:lang(vi),
+.entry .entry-content .wp-block-categories li:lang(vi),
+.entry .entry-content .wp-block-latest-posts li:lang(vi), .entry .entry-content .wp-block-verse:lang(vi), .entry .entry-content .has-drop-cap:lang(vi):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(vi), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(vi),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(vi),
+.entry .entry-content .wp-block-cover-image h2:lang(vi),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(vi),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(vi),
+.entry .entry-content .wp-block-cover h2:lang(vi), .entry .entry-content .wp-block-audio figcaption:lang(vi),
+.entry .entry-content .wp-block-video figcaption:lang(vi),
+.entry .entry-content .wp-block-image figcaption:lang(vi),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(vi),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(vi), .entry .entry-content .wp-block-file:lang(vi), .entry .entry-content .wp-block-file .wp-block-file__button:lang(vi), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(vi), .wp-caption-text:lang(vi), .gallery-caption:lang(vi) {
+  font-family: "Libre Franklin", sans-serif;
+}
+
 /* Normalize */
 /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
 /* Document
@@ -453,7 +1208,6 @@
 .site-title,
 .site-info,
 #cancel-comment-reply-link,
-img:after,
 h1,
 h2,
 h3,
@@ -660,89 +1414,6 @@
   text-decoration: underline;
 }
 
-/* Arabic */
-html[lang="ar"] .site *,
-html[lang="ary"] .site *,
-html[lang="azb"] .site *,
-html[lang="ckb"] .site *,
-html[lang="fa-IR"] .site *,
-html[lang="haz"] .site *,
-html[lang="ps"] .site * {
-  font-family: Tahoma, Arial, sans-serif !important;
-}
-
-/* Cyrillic */
-html[lang="be"] .site *,
-html[lang="bg-BG"] .site *,
-html[lang="kk"] .site *,
-html[lang="mk-MK"] .site *,
-html[lang="mn"] .site *,
-html[lang="ru-RU"] .site *,
-html[lang="sah"] .site *,
-html[lang="sr-RS"] .site *,
-html[lang="tt-RU"] .site *,
-html[lang="uk"] .site * {
-  font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif !important;
-}
-
-/* Chinese (Hong Kong) */
-html[lang="zh-HK"] .site * {
-  font-family: -apple-system, BlinkMacSystemFont, 'PingFang HK', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;
-}
-
-/* Chinese (Taiwan) */
-html[lang="zh-TW"] .site * {
-  font-family: -apple-system, BlinkMacSystemFont, 'PingFang TC', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;
-}
-
-/* Chinese (China) */
-html[lang="zh-CN"] .site * {
-  font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;
-}
-
-/* Devanagari */
-html[lang="bn-BD"] .site *,
-html[lang="hi-IN"] .site *,
-html[lang="mr"] .site *,
-html[lang="ne-NP"] .site * {
-  font-family: Arial, sans-serif !important;
-}
-
-/* Greek */
-html[lang="el"] .site * {
-  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
-}
-
-/* Gujarati */
-html[lang="gu"] .site * {
-  font-family: Arial, sans-serif !important;
-}
-
-/* Hebrew */
-html[lang="he-IL"] .site * {
-  font-family: 'Arial Hebrew', Arial, sans-serif !important;
-}
-
-/* Japanese */
-html[lang="ja"] .site * {
-  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif !important;
-}
-
-/* Korean */
-html[lang="ko-KR"] .site * {
-  font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', 'Nanum Gothic', Dotum, sans-serif !important;
-}
-
-/* Thai */
-html[lang="th"] .site * {
-  font-family: 'Sukhumvit Set', 'Helvetica Neue', helvetica, arial, sans-serif !important;
-}
-
-/* Vietnamese */
-html[lang="vi"] .site * {
-  font-family: 'Libre Franklin', sans-serif !important;
-}
-
 /* Elements */
 html {
   box-sizing: border-box;
@@ -1009,7 +1680,8 @@
   color: #0073aa;
 }
 
-a:hover, a:active {
+a:hover,
+a:active {
   color: #005177;
   outline: 0;
   text-decoration: none;
Index: src/wp-content/themes/twentynineteen/style.css
===================================================================
--- src/wp-content/themes/twentynineteen/style.css	(revision 44356)
+++ src/wp-content/themes/twentynineteen/style.css	(working copy)
@@ -68,9 +68,764 @@
 /* If we add the border using a regular CSS border, it won't look good on non-retina devices,
  * since its edges can look jagged due to lack of antialiasing. In this case, we are several
  * layers of box-shadow to add the border visually, which will render the border smoother. */
-/* Fallback for non-latin fonts */
 /* Calculates maximum width for post content */
 /* Nested sub-menu padding: 10 levels deep */
+/* Ensure all font family declarations come with non-latin fallbacks */
+/* Build our non-latin font styles */
+body:lang(ar, ary, azb, ckb, fa-IR, haz, ps), button:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+input:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+select:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+optgroup:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+textarea:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .author-description .author-link:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.comment-metadata:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.comment-reply-link:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.comments-title:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.comment-author .fn:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.discussion-meta-info:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry-meta:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry-footer:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.main-navigation:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.no-comments:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.not-found .page-title:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.error-404 .page-title:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.post-navigation .post-title:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.page-links:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.page-description:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.pagination .nav-links:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.sticky-post:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.site-title:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.site-info:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+#cancel-comment-reply-link:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+h1:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+h2:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+h3:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+h4:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+h5:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+h6:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .page-title:lang(ar, ary, azb, ckb, fa-IR, haz, ps), blockquote cite:lang(ar, ary, azb, ckb, fa-IR, haz, ps), table:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .button:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+input:lang(ar, ary, azb, ckb, fa-IR, haz, ps)[type="button"],
+input:lang(ar, ary, azb, ckb, fa-IR, haz, ps)[type="reset"],
+input:lang(ar, ary, azb, ckb, fa-IR, haz, ps)[type="submit"], .comment-navigation .nav-previous:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.comment-navigation .nav-next:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .comment-list .pingback .comment-body:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.comment-list .trackback .comment-body:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .comment-list .pingback .comment-body .comment-edit-link:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.comment-list .trackback .comment-body .comment-edit-link:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .comment-form .comment-notes:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.comment-form label:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .widget_archive ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.widget_categories ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.widget_meta ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.widget_nav_menu ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.widget_pages ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.widget_recent_comments ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.widget_recent_entries ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.widget_rss ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .widget_tag_cloud .tagcloud:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-archives li:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry .entry-content .wp-block-categories li:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry .entry-content .wp-block-latest-posts li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-verse:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .has-drop-cap:lang(ar, ary, azb, ckb, fa-IR, haz, ps):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry .entry-content .wp-block-cover-image h2:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry .entry-content .wp-block-cover h2:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-audio figcaption:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry .entry-content .wp-block-video figcaption:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry .entry-content .wp-block-image figcaption:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(ar, ary, azb, ckb, fa-IR, haz, ps),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-file:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-file .wp-block-file__button:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .wp-caption-text:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .gallery-caption:lang(ar, ary, azb, ckb, fa-IR, haz, ps) {
+  font-family: Tahoma, Arial, sans-serif;
+}
+
+body:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), button:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+input:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+select:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+optgroup:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+textarea:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .author-description .author-link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.comment-metadata:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.comment-reply-link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.comments-title:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.comment-author .fn:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.discussion-meta-info:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry-meta:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry-footer:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.main-navigation:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.no-comments:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.not-found .page-title:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.error-404 .page-title:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.post-navigation .post-title:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.page-links:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.page-description:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.pagination .nav-links:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.sticky-post:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.site-title:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.site-info:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+#cancel-comment-reply-link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+h1:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+h2:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+h3:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+h4:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+h5:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+h6:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .page-title:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), blockquote cite:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), table:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .button:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+input:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk)[type="button"],
+input:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk)[type="reset"],
+input:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk)[type="submit"], .comment-navigation .nav-previous:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.comment-navigation .nav-next:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .comment-list .pingback .comment-body:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.comment-list .trackback .comment-body:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .comment-list .pingback .comment-body .comment-edit-link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.comment-list .trackback .comment-body .comment-edit-link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .comment-form .comment-notes:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.comment-form label:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .widget_archive ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.widget_categories ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.widget_meta ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.widget_nav_menu ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.widget_pages ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.widget_recent_comments ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.widget_recent_entries ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.widget_rss ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .widget_tag_cloud .tagcloud:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-button .wp-block-button__link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-archives li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry .entry-content .wp-block-categories li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry .entry-content .wp-block-latest-posts li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-verse:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .has-drop-cap:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry .entry-content .wp-block-cover-image h2:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry .entry-content .wp-block-cover h2:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-audio figcaption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry .entry-content .wp-block-video figcaption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry .entry-content .wp-block-image figcaption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-file:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-file .wp-block-file__button:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .wp-caption-text:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .gallery-caption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk) {
+  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
+}
+
+body:lang(zh-HK), button:lang(zh-HK),
+input:lang(zh-HK),
+select:lang(zh-HK),
+optgroup:lang(zh-HK),
+textarea:lang(zh-HK), .author-description .author-link:lang(zh-HK),
+.comment-metadata:lang(zh-HK),
+.comment-reply-link:lang(zh-HK),
+.comments-title:lang(zh-HK),
+.comment-author .fn:lang(zh-HK),
+.discussion-meta-info:lang(zh-HK),
+.entry-meta:lang(zh-HK),
+.entry-footer:lang(zh-HK),
+.main-navigation:lang(zh-HK),
+.no-comments:lang(zh-HK),
+.not-found .page-title:lang(zh-HK),
+.error-404 .page-title:lang(zh-HK),
+.post-navigation .post-title:lang(zh-HK),
+.page-links:lang(zh-HK),
+.page-description:lang(zh-HK),
+.pagination .nav-links:lang(zh-HK),
+.sticky-post:lang(zh-HK),
+.site-title:lang(zh-HK),
+.site-info:lang(zh-HK),
+#cancel-comment-reply-link:lang(zh-HK),
+h1:lang(zh-HK),
+h2:lang(zh-HK),
+h3:lang(zh-HK),
+h4:lang(zh-HK),
+h5:lang(zh-HK),
+h6:lang(zh-HK), .page-title:lang(zh-HK), blockquote cite:lang(zh-HK), table:lang(zh-HK), .button:lang(zh-HK),
+input:lang(zh-HK)[type="button"],
+input:lang(zh-HK)[type="reset"],
+input:lang(zh-HK)[type="submit"], .comment-navigation .nav-previous:lang(zh-HK),
+.comment-navigation .nav-next:lang(zh-HK), .comment-list .pingback .comment-body:lang(zh-HK),
+.comment-list .trackback .comment-body:lang(zh-HK), .comment-list .pingback .comment-body .comment-edit-link:lang(zh-HK),
+.comment-list .trackback .comment-body .comment-edit-link:lang(zh-HK), .comment-form .comment-notes:lang(zh-HK),
+.comment-form label:lang(zh-HK), .widget_archive ul li:lang(zh-HK),
+.widget_categories ul li:lang(zh-HK),
+.widget_meta ul li:lang(zh-HK),
+.widget_nav_menu ul li:lang(zh-HK),
+.widget_pages ul li:lang(zh-HK),
+.widget_recent_comments ul li:lang(zh-HK),
+.widget_recent_entries ul li:lang(zh-HK),
+.widget_rss ul li:lang(zh-HK), .widget_tag_cloud .tagcloud:lang(zh-HK), .entry .entry-content .wp-block-button .wp-block-button__link:lang(zh-HK), .entry .entry-content .wp-block-archives li:lang(zh-HK),
+.entry .entry-content .wp-block-categories li:lang(zh-HK),
+.entry .entry-content .wp-block-latest-posts li:lang(zh-HK), .entry .entry-content .wp-block-verse:lang(zh-HK), .entry .entry-content .has-drop-cap:lang(zh-HK):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(zh-HK), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(zh-HK),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(zh-HK),
+.entry .entry-content .wp-block-cover-image h2:lang(zh-HK),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(zh-HK),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(zh-HK),
+.entry .entry-content .wp-block-cover h2:lang(zh-HK), .entry .entry-content .wp-block-audio figcaption:lang(zh-HK),
+.entry .entry-content .wp-block-video figcaption:lang(zh-HK),
+.entry .entry-content .wp-block-image figcaption:lang(zh-HK),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(zh-HK),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(zh-HK), .entry .entry-content .wp-block-file:lang(zh-HK), .entry .entry-content .wp-block-file .wp-block-file__button:lang(zh-HK), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-HK), .wp-caption-text:lang(zh-HK), .gallery-caption:lang(zh-HK) {
+  font-family: -apple-system, BlinkMacSystemFont, "PingFang HK", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif;
+}
+
+body:lang(zh-TW), button:lang(zh-TW),
+input:lang(zh-TW),
+select:lang(zh-TW),
+optgroup:lang(zh-TW),
+textarea:lang(zh-TW), .author-description .author-link:lang(zh-TW),
+.comment-metadata:lang(zh-TW),
+.comment-reply-link:lang(zh-TW),
+.comments-title:lang(zh-TW),
+.comment-author .fn:lang(zh-TW),
+.discussion-meta-info:lang(zh-TW),
+.entry-meta:lang(zh-TW),
+.entry-footer:lang(zh-TW),
+.main-navigation:lang(zh-TW),
+.no-comments:lang(zh-TW),
+.not-found .page-title:lang(zh-TW),
+.error-404 .page-title:lang(zh-TW),
+.post-navigation .post-title:lang(zh-TW),
+.page-links:lang(zh-TW),
+.page-description:lang(zh-TW),
+.pagination .nav-links:lang(zh-TW),
+.sticky-post:lang(zh-TW),
+.site-title:lang(zh-TW),
+.site-info:lang(zh-TW),
+#cancel-comment-reply-link:lang(zh-TW),
+h1:lang(zh-TW),
+h2:lang(zh-TW),
+h3:lang(zh-TW),
+h4:lang(zh-TW),
+h5:lang(zh-TW),
+h6:lang(zh-TW), .page-title:lang(zh-TW), blockquote cite:lang(zh-TW), table:lang(zh-TW), .button:lang(zh-TW),
+input:lang(zh-TW)[type="button"],
+input:lang(zh-TW)[type="reset"],
+input:lang(zh-TW)[type="submit"], .comment-navigation .nav-previous:lang(zh-TW),
+.comment-navigation .nav-next:lang(zh-TW), .comment-list .pingback .comment-body:lang(zh-TW),
+.comment-list .trackback .comment-body:lang(zh-TW), .comment-list .pingback .comment-body .comment-edit-link:lang(zh-TW),
+.comment-list .trackback .comment-body .comment-edit-link:lang(zh-TW), .comment-form .comment-notes:lang(zh-TW),
+.comment-form label:lang(zh-TW), .widget_archive ul li:lang(zh-TW),
+.widget_categories ul li:lang(zh-TW),
+.widget_meta ul li:lang(zh-TW),
+.widget_nav_menu ul li:lang(zh-TW),
+.widget_pages ul li:lang(zh-TW),
+.widget_recent_comments ul li:lang(zh-TW),
+.widget_recent_entries ul li:lang(zh-TW),
+.widget_rss ul li:lang(zh-TW), .widget_tag_cloud .tagcloud:lang(zh-TW), .entry .entry-content .wp-block-button .wp-block-button__link:lang(zh-TW), .entry .entry-content .wp-block-archives li:lang(zh-TW),
+.entry .entry-content .wp-block-categories li:lang(zh-TW),
+.entry .entry-content .wp-block-latest-posts li:lang(zh-TW), .entry .entry-content .wp-block-verse:lang(zh-TW), .entry .entry-content .has-drop-cap:lang(zh-TW):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(zh-TW), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(zh-TW),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(zh-TW),
+.entry .entry-content .wp-block-cover-image h2:lang(zh-TW),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(zh-TW),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(zh-TW),
+.entry .entry-content .wp-block-cover h2:lang(zh-TW), .entry .entry-content .wp-block-audio figcaption:lang(zh-TW),
+.entry .entry-content .wp-block-video figcaption:lang(zh-TW),
+.entry .entry-content .wp-block-image figcaption:lang(zh-TW),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(zh-TW),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(zh-TW), .entry .entry-content .wp-block-file:lang(zh-TW), .entry .entry-content .wp-block-file .wp-block-file__button:lang(zh-TW), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-TW), .wp-caption-text:lang(zh-TW), .gallery-caption:lang(zh-TW) {
+  font-family: -apple-system, BlinkMacSystemFont, "PingFang TC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif;
+}
+
+body:lang(zh-CN), button:lang(zh-CN),
+input:lang(zh-CN),
+select:lang(zh-CN),
+optgroup:lang(zh-CN),
+textarea:lang(zh-CN), .author-description .author-link:lang(zh-CN),
+.comment-metadata:lang(zh-CN),
+.comment-reply-link:lang(zh-CN),
+.comments-title:lang(zh-CN),
+.comment-author .fn:lang(zh-CN),
+.discussion-meta-info:lang(zh-CN),
+.entry-meta:lang(zh-CN),
+.entry-footer:lang(zh-CN),
+.main-navigation:lang(zh-CN),
+.no-comments:lang(zh-CN),
+.not-found .page-title:lang(zh-CN),
+.error-404 .page-title:lang(zh-CN),
+.post-navigation .post-title:lang(zh-CN),
+.page-links:lang(zh-CN),
+.page-description:lang(zh-CN),
+.pagination .nav-links:lang(zh-CN),
+.sticky-post:lang(zh-CN),
+.site-title:lang(zh-CN),
+.site-info:lang(zh-CN),
+#cancel-comment-reply-link:lang(zh-CN),
+h1:lang(zh-CN),
+h2:lang(zh-CN),
+h3:lang(zh-CN),
+h4:lang(zh-CN),
+h5:lang(zh-CN),
+h6:lang(zh-CN), .page-title:lang(zh-CN), blockquote cite:lang(zh-CN), table:lang(zh-CN), .button:lang(zh-CN),
+input:lang(zh-CN)[type="button"],
+input:lang(zh-CN)[type="reset"],
+input:lang(zh-CN)[type="submit"], .comment-navigation .nav-previous:lang(zh-CN),
+.comment-navigation .nav-next:lang(zh-CN), .comment-list .pingback .comment-body:lang(zh-CN),
+.comment-list .trackback .comment-body:lang(zh-CN), .comment-list .pingback .comment-body .comment-edit-link:lang(zh-CN),
+.comment-list .trackback .comment-body .comment-edit-link:lang(zh-CN), .comment-form .comment-notes:lang(zh-CN),
+.comment-form label:lang(zh-CN), .widget_archive ul li:lang(zh-CN),
+.widget_categories ul li:lang(zh-CN),
+.widget_meta ul li:lang(zh-CN),
+.widget_nav_menu ul li:lang(zh-CN),
+.widget_pages ul li:lang(zh-CN),
+.widget_recent_comments ul li:lang(zh-CN),
+.widget_recent_entries ul li:lang(zh-CN),
+.widget_rss ul li:lang(zh-CN), .widget_tag_cloud .tagcloud:lang(zh-CN), .entry .entry-content .wp-block-button .wp-block-button__link:lang(zh-CN), .entry .entry-content .wp-block-archives li:lang(zh-CN),
+.entry .entry-content .wp-block-categories li:lang(zh-CN),
+.entry .entry-content .wp-block-latest-posts li:lang(zh-CN), .entry .entry-content .wp-block-verse:lang(zh-CN), .entry .entry-content .has-drop-cap:lang(zh-CN):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(zh-CN), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(zh-CN),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(zh-CN),
+.entry .entry-content .wp-block-cover-image h2:lang(zh-CN),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(zh-CN),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(zh-CN),
+.entry .entry-content .wp-block-cover h2:lang(zh-CN), .entry .entry-content .wp-block-audio figcaption:lang(zh-CN),
+.entry .entry-content .wp-block-video figcaption:lang(zh-CN),
+.entry .entry-content .wp-block-image figcaption:lang(zh-CN),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(zh-CN),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(zh-CN), .entry .entry-content .wp-block-file:lang(zh-CN), .entry .entry-content .wp-block-file .wp-block-file__button:lang(zh-CN), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-CN), .wp-caption-text:lang(zh-CN), .gallery-caption:lang(zh-CN) {
+  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif;
+}
+
+body:lang(bn-BD, hi-IN, mr, ne-NP), button:lang(bn-BD, hi-IN, mr, ne-NP),
+input:lang(bn-BD, hi-IN, mr, ne-NP),
+select:lang(bn-BD, hi-IN, mr, ne-NP),
+optgroup:lang(bn-BD, hi-IN, mr, ne-NP),
+textarea:lang(bn-BD, hi-IN, mr, ne-NP), .author-description .author-link:lang(bn-BD, hi-IN, mr, ne-NP),
+.comment-metadata:lang(bn-BD, hi-IN, mr, ne-NP),
+.comment-reply-link:lang(bn-BD, hi-IN, mr, ne-NP),
+.comments-title:lang(bn-BD, hi-IN, mr, ne-NP),
+.comment-author .fn:lang(bn-BD, hi-IN, mr, ne-NP),
+.discussion-meta-info:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry-meta:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry-footer:lang(bn-BD, hi-IN, mr, ne-NP),
+.main-navigation:lang(bn-BD, hi-IN, mr, ne-NP),
+.no-comments:lang(bn-BD, hi-IN, mr, ne-NP),
+.not-found .page-title:lang(bn-BD, hi-IN, mr, ne-NP),
+.error-404 .page-title:lang(bn-BD, hi-IN, mr, ne-NP),
+.post-navigation .post-title:lang(bn-BD, hi-IN, mr, ne-NP),
+.page-links:lang(bn-BD, hi-IN, mr, ne-NP),
+.page-description:lang(bn-BD, hi-IN, mr, ne-NP),
+.pagination .nav-links:lang(bn-BD, hi-IN, mr, ne-NP),
+.sticky-post:lang(bn-BD, hi-IN, mr, ne-NP),
+.site-title:lang(bn-BD, hi-IN, mr, ne-NP),
+.site-info:lang(bn-BD, hi-IN, mr, ne-NP),
+#cancel-comment-reply-link:lang(bn-BD, hi-IN, mr, ne-NP),
+h1:lang(bn-BD, hi-IN, mr, ne-NP),
+h2:lang(bn-BD, hi-IN, mr, ne-NP),
+h3:lang(bn-BD, hi-IN, mr, ne-NP),
+h4:lang(bn-BD, hi-IN, mr, ne-NP),
+h5:lang(bn-BD, hi-IN, mr, ne-NP),
+h6:lang(bn-BD, hi-IN, mr, ne-NP), .page-title:lang(bn-BD, hi-IN, mr, ne-NP), blockquote cite:lang(bn-BD, hi-IN, mr, ne-NP), table:lang(bn-BD, hi-IN, mr, ne-NP), .button:lang(bn-BD, hi-IN, mr, ne-NP),
+input:lang(bn-BD, hi-IN, mr, ne-NP)[type="button"],
+input:lang(bn-BD, hi-IN, mr, ne-NP)[type="reset"],
+input:lang(bn-BD, hi-IN, mr, ne-NP)[type="submit"], .comment-navigation .nav-previous:lang(bn-BD, hi-IN, mr, ne-NP),
+.comment-navigation .nav-next:lang(bn-BD, hi-IN, mr, ne-NP), .comment-list .pingback .comment-body:lang(bn-BD, hi-IN, mr, ne-NP),
+.comment-list .trackback .comment-body:lang(bn-BD, hi-IN, mr, ne-NP), .comment-list .pingback .comment-body .comment-edit-link:lang(bn-BD, hi-IN, mr, ne-NP),
+.comment-list .trackback .comment-body .comment-edit-link:lang(bn-BD, hi-IN, mr, ne-NP), .comment-form .comment-notes:lang(bn-BD, hi-IN, mr, ne-NP),
+.comment-form label:lang(bn-BD, hi-IN, mr, ne-NP), .widget_archive ul li:lang(bn-BD, hi-IN, mr, ne-NP),
+.widget_categories ul li:lang(bn-BD, hi-IN, mr, ne-NP),
+.widget_meta ul li:lang(bn-BD, hi-IN, mr, ne-NP),
+.widget_nav_menu ul li:lang(bn-BD, hi-IN, mr, ne-NP),
+.widget_pages ul li:lang(bn-BD, hi-IN, mr, ne-NP),
+.widget_recent_comments ul li:lang(bn-BD, hi-IN, mr, ne-NP),
+.widget_recent_entries ul li:lang(bn-BD, hi-IN, mr, ne-NP),
+.widget_rss ul li:lang(bn-BD, hi-IN, mr, ne-NP), .widget_tag_cloud .tagcloud:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .wp-block-button .wp-block-button__link:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .wp-block-archives li:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry .entry-content .wp-block-categories li:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry .entry-content .wp-block-latest-posts li:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .wp-block-verse:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .has-drop-cap:lang(bn-BD, hi-IN, mr, ne-NP):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry .entry-content .wp-block-cover-image h2:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry .entry-content .wp-block-cover h2:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .wp-block-audio figcaption:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry .entry-content .wp-block-video figcaption:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry .entry-content .wp-block-image figcaption:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(bn-BD, hi-IN, mr, ne-NP),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .wp-block-file:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .wp-block-file .wp-block-file__button:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(bn-BD, hi-IN, mr, ne-NP), .wp-caption-text:lang(bn-BD, hi-IN, mr, ne-NP), .gallery-caption:lang(bn-BD, hi-IN, mr, ne-NP) {
+  font-family: Arial, sans-serif;
+}
+
+body:lang(el), button:lang(el),
+input:lang(el),
+select:lang(el),
+optgroup:lang(el),
+textarea:lang(el), .author-description .author-link:lang(el),
+.comment-metadata:lang(el),
+.comment-reply-link:lang(el),
+.comments-title:lang(el),
+.comment-author .fn:lang(el),
+.discussion-meta-info:lang(el),
+.entry-meta:lang(el),
+.entry-footer:lang(el),
+.main-navigation:lang(el),
+.no-comments:lang(el),
+.not-found .page-title:lang(el),
+.error-404 .page-title:lang(el),
+.post-navigation .post-title:lang(el),
+.page-links:lang(el),
+.page-description:lang(el),
+.pagination .nav-links:lang(el),
+.sticky-post:lang(el),
+.site-title:lang(el),
+.site-info:lang(el),
+#cancel-comment-reply-link:lang(el),
+h1:lang(el),
+h2:lang(el),
+h3:lang(el),
+h4:lang(el),
+h5:lang(el),
+h6:lang(el), .page-title:lang(el), blockquote cite:lang(el), table:lang(el), .button:lang(el),
+input:lang(el)[type="button"],
+input:lang(el)[type="reset"],
+input:lang(el)[type="submit"], .comment-navigation .nav-previous:lang(el),
+.comment-navigation .nav-next:lang(el), .comment-list .pingback .comment-body:lang(el),
+.comment-list .trackback .comment-body:lang(el), .comment-list .pingback .comment-body .comment-edit-link:lang(el),
+.comment-list .trackback .comment-body .comment-edit-link:lang(el), .comment-form .comment-notes:lang(el),
+.comment-form label:lang(el), .widget_archive ul li:lang(el),
+.widget_categories ul li:lang(el),
+.widget_meta ul li:lang(el),
+.widget_nav_menu ul li:lang(el),
+.widget_pages ul li:lang(el),
+.widget_recent_comments ul li:lang(el),
+.widget_recent_entries ul li:lang(el),
+.widget_rss ul li:lang(el), .widget_tag_cloud .tagcloud:lang(el), .entry .entry-content .wp-block-button .wp-block-button__link:lang(el), .entry .entry-content .wp-block-archives li:lang(el),
+.entry .entry-content .wp-block-categories li:lang(el),
+.entry .entry-content .wp-block-latest-posts li:lang(el), .entry .entry-content .wp-block-verse:lang(el), .entry .entry-content .has-drop-cap:lang(el):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(el), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(el),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(el),
+.entry .entry-content .wp-block-cover-image h2:lang(el),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(el),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(el),
+.entry .entry-content .wp-block-cover h2:lang(el), .entry .entry-content .wp-block-audio figcaption:lang(el),
+.entry .entry-content .wp-block-video figcaption:lang(el),
+.entry .entry-content .wp-block-image figcaption:lang(el),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(el),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(el), .entry .entry-content .wp-block-file:lang(el), .entry .entry-content .wp-block-file .wp-block-file__button:lang(el), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(el), .wp-caption-text:lang(el), .gallery-caption:lang(el) {
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+}
+
+body:lang(gu), button:lang(gu),
+input:lang(gu),
+select:lang(gu),
+optgroup:lang(gu),
+textarea:lang(gu), .author-description .author-link:lang(gu),
+.comment-metadata:lang(gu),
+.comment-reply-link:lang(gu),
+.comments-title:lang(gu),
+.comment-author .fn:lang(gu),
+.discussion-meta-info:lang(gu),
+.entry-meta:lang(gu),
+.entry-footer:lang(gu),
+.main-navigation:lang(gu),
+.no-comments:lang(gu),
+.not-found .page-title:lang(gu),
+.error-404 .page-title:lang(gu),
+.post-navigation .post-title:lang(gu),
+.page-links:lang(gu),
+.page-description:lang(gu),
+.pagination .nav-links:lang(gu),
+.sticky-post:lang(gu),
+.site-title:lang(gu),
+.site-info:lang(gu),
+#cancel-comment-reply-link:lang(gu),
+h1:lang(gu),
+h2:lang(gu),
+h3:lang(gu),
+h4:lang(gu),
+h5:lang(gu),
+h6:lang(gu), .page-title:lang(gu), blockquote cite:lang(gu), table:lang(gu), .button:lang(gu),
+input:lang(gu)[type="button"],
+input:lang(gu)[type="reset"],
+input:lang(gu)[type="submit"], .comment-navigation .nav-previous:lang(gu),
+.comment-navigation .nav-next:lang(gu), .comment-list .pingback .comment-body:lang(gu),
+.comment-list .trackback .comment-body:lang(gu), .comment-list .pingback .comment-body .comment-edit-link:lang(gu),
+.comment-list .trackback .comment-body .comment-edit-link:lang(gu), .comment-form .comment-notes:lang(gu),
+.comment-form label:lang(gu), .widget_archive ul li:lang(gu),
+.widget_categories ul li:lang(gu),
+.widget_meta ul li:lang(gu),
+.widget_nav_menu ul li:lang(gu),
+.widget_pages ul li:lang(gu),
+.widget_recent_comments ul li:lang(gu),
+.widget_recent_entries ul li:lang(gu),
+.widget_rss ul li:lang(gu), .widget_tag_cloud .tagcloud:lang(gu), .entry .entry-content .wp-block-button .wp-block-button__link:lang(gu), .entry .entry-content .wp-block-archives li:lang(gu),
+.entry .entry-content .wp-block-categories li:lang(gu),
+.entry .entry-content .wp-block-latest-posts li:lang(gu), .entry .entry-content .wp-block-verse:lang(gu), .entry .entry-content .has-drop-cap:lang(gu):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(gu), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(gu),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(gu),
+.entry .entry-content .wp-block-cover-image h2:lang(gu),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(gu),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(gu),
+.entry .entry-content .wp-block-cover h2:lang(gu), .entry .entry-content .wp-block-audio figcaption:lang(gu),
+.entry .entry-content .wp-block-video figcaption:lang(gu),
+.entry .entry-content .wp-block-image figcaption:lang(gu),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(gu),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(gu), .entry .entry-content .wp-block-file:lang(gu), .entry .entry-content .wp-block-file .wp-block-file__button:lang(gu), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(gu), .wp-caption-text:lang(gu), .gallery-caption:lang(gu) {
+  font-family: Arial, sans-serif;
+}
+
+body:lang(he-IL), button:lang(he-IL),
+input:lang(he-IL),
+select:lang(he-IL),
+optgroup:lang(he-IL),
+textarea:lang(he-IL), .author-description .author-link:lang(he-IL),
+.comment-metadata:lang(he-IL),
+.comment-reply-link:lang(he-IL),
+.comments-title:lang(he-IL),
+.comment-author .fn:lang(he-IL),
+.discussion-meta-info:lang(he-IL),
+.entry-meta:lang(he-IL),
+.entry-footer:lang(he-IL),
+.main-navigation:lang(he-IL),
+.no-comments:lang(he-IL),
+.not-found .page-title:lang(he-IL),
+.error-404 .page-title:lang(he-IL),
+.post-navigation .post-title:lang(he-IL),
+.page-links:lang(he-IL),
+.page-description:lang(he-IL),
+.pagination .nav-links:lang(he-IL),
+.sticky-post:lang(he-IL),
+.site-title:lang(he-IL),
+.site-info:lang(he-IL),
+#cancel-comment-reply-link:lang(he-IL),
+h1:lang(he-IL),
+h2:lang(he-IL),
+h3:lang(he-IL),
+h4:lang(he-IL),
+h5:lang(he-IL),
+h6:lang(he-IL), .page-title:lang(he-IL), blockquote cite:lang(he-IL), table:lang(he-IL), .button:lang(he-IL),
+input:lang(he-IL)[type="button"],
+input:lang(he-IL)[type="reset"],
+input:lang(he-IL)[type="submit"], .comment-navigation .nav-previous:lang(he-IL),
+.comment-navigation .nav-next:lang(he-IL), .comment-list .pingback .comment-body:lang(he-IL),
+.comment-list .trackback .comment-body:lang(he-IL), .comment-list .pingback .comment-body .comment-edit-link:lang(he-IL),
+.comment-list .trackback .comment-body .comment-edit-link:lang(he-IL), .comment-form .comment-notes:lang(he-IL),
+.comment-form label:lang(he-IL), .widget_archive ul li:lang(he-IL),
+.widget_categories ul li:lang(he-IL),
+.widget_meta ul li:lang(he-IL),
+.widget_nav_menu ul li:lang(he-IL),
+.widget_pages ul li:lang(he-IL),
+.widget_recent_comments ul li:lang(he-IL),
+.widget_recent_entries ul li:lang(he-IL),
+.widget_rss ul li:lang(he-IL), .widget_tag_cloud .tagcloud:lang(he-IL), .entry .entry-content .wp-block-button .wp-block-button__link:lang(he-IL), .entry .entry-content .wp-block-archives li:lang(he-IL),
+.entry .entry-content .wp-block-categories li:lang(he-IL),
+.entry .entry-content .wp-block-latest-posts li:lang(he-IL), .entry .entry-content .wp-block-verse:lang(he-IL), .entry .entry-content .has-drop-cap:lang(he-IL):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(he-IL), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(he-IL),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(he-IL),
+.entry .entry-content .wp-block-cover-image h2:lang(he-IL),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(he-IL),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(he-IL),
+.entry .entry-content .wp-block-cover h2:lang(he-IL), .entry .entry-content .wp-block-audio figcaption:lang(he-IL),
+.entry .entry-content .wp-block-video figcaption:lang(he-IL),
+.entry .entry-content .wp-block-image figcaption:lang(he-IL),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(he-IL),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(he-IL), .entry .entry-content .wp-block-file:lang(he-IL), .entry .entry-content .wp-block-file .wp-block-file__button:lang(he-IL), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(he-IL), .wp-caption-text:lang(he-IL), .gallery-caption:lang(he-IL) {
+  font-family: "Arial Hebrew", Arial, sans-serif;
+}
+
+body:lang(ja), button:lang(ja),
+input:lang(ja),
+select:lang(ja),
+optgroup:lang(ja),
+textarea:lang(ja), .author-description .author-link:lang(ja),
+.comment-metadata:lang(ja),
+.comment-reply-link:lang(ja),
+.comments-title:lang(ja),
+.comment-author .fn:lang(ja),
+.discussion-meta-info:lang(ja),
+.entry-meta:lang(ja),
+.entry-footer:lang(ja),
+.main-navigation:lang(ja),
+.no-comments:lang(ja),
+.not-found .page-title:lang(ja),
+.error-404 .page-title:lang(ja),
+.post-navigation .post-title:lang(ja),
+.page-links:lang(ja),
+.page-description:lang(ja),
+.pagination .nav-links:lang(ja),
+.sticky-post:lang(ja),
+.site-title:lang(ja),
+.site-info:lang(ja),
+#cancel-comment-reply-link:lang(ja),
+h1:lang(ja),
+h2:lang(ja),
+h3:lang(ja),
+h4:lang(ja),
+h5:lang(ja),
+h6:lang(ja), .page-title:lang(ja), blockquote cite:lang(ja), table:lang(ja), .button:lang(ja),
+input:lang(ja)[type="button"],
+input:lang(ja)[type="reset"],
+input:lang(ja)[type="submit"], .comment-navigation .nav-previous:lang(ja),
+.comment-navigation .nav-next:lang(ja), .comment-list .pingback .comment-body:lang(ja),
+.comment-list .trackback .comment-body:lang(ja), .comment-list .pingback .comment-body .comment-edit-link:lang(ja),
+.comment-list .trackback .comment-body .comment-edit-link:lang(ja), .comment-form .comment-notes:lang(ja),
+.comment-form label:lang(ja), .widget_archive ul li:lang(ja),
+.widget_categories ul li:lang(ja),
+.widget_meta ul li:lang(ja),
+.widget_nav_menu ul li:lang(ja),
+.widget_pages ul li:lang(ja),
+.widget_recent_comments ul li:lang(ja),
+.widget_recent_entries ul li:lang(ja),
+.widget_rss ul li:lang(ja), .widget_tag_cloud .tagcloud:lang(ja), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ja), .entry .entry-content .wp-block-archives li:lang(ja),
+.entry .entry-content .wp-block-categories li:lang(ja),
+.entry .entry-content .wp-block-latest-posts li:lang(ja), .entry .entry-content .wp-block-verse:lang(ja), .entry .entry-content .has-drop-cap:lang(ja):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ja), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ja),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ja),
+.entry .entry-content .wp-block-cover-image h2:lang(ja),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ja),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ja),
+.entry .entry-content .wp-block-cover h2:lang(ja), .entry .entry-content .wp-block-audio figcaption:lang(ja),
+.entry .entry-content .wp-block-video figcaption:lang(ja),
+.entry .entry-content .wp-block-image figcaption:lang(ja),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(ja),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(ja), .entry .entry-content .wp-block-file:lang(ja), .entry .entry-content .wp-block-file .wp-block-file__button:lang(ja), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ja), .wp-caption-text:lang(ja), .gallery-caption:lang(ja) {
+  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif;
+}
+
+body:lang(ko-KR), button:lang(ko-KR),
+input:lang(ko-KR),
+select:lang(ko-KR),
+optgroup:lang(ko-KR),
+textarea:lang(ko-KR), .author-description .author-link:lang(ko-KR),
+.comment-metadata:lang(ko-KR),
+.comment-reply-link:lang(ko-KR),
+.comments-title:lang(ko-KR),
+.comment-author .fn:lang(ko-KR),
+.discussion-meta-info:lang(ko-KR),
+.entry-meta:lang(ko-KR),
+.entry-footer:lang(ko-KR),
+.main-navigation:lang(ko-KR),
+.no-comments:lang(ko-KR),
+.not-found .page-title:lang(ko-KR),
+.error-404 .page-title:lang(ko-KR),
+.post-navigation .post-title:lang(ko-KR),
+.page-links:lang(ko-KR),
+.page-description:lang(ko-KR),
+.pagination .nav-links:lang(ko-KR),
+.sticky-post:lang(ko-KR),
+.site-title:lang(ko-KR),
+.site-info:lang(ko-KR),
+#cancel-comment-reply-link:lang(ko-KR),
+h1:lang(ko-KR),
+h2:lang(ko-KR),
+h3:lang(ko-KR),
+h4:lang(ko-KR),
+h5:lang(ko-KR),
+h6:lang(ko-KR), .page-title:lang(ko-KR), blockquote cite:lang(ko-KR), table:lang(ko-KR), .button:lang(ko-KR),
+input:lang(ko-KR)[type="button"],
+input:lang(ko-KR)[type="reset"],
+input:lang(ko-KR)[type="submit"], .comment-navigation .nav-previous:lang(ko-KR),
+.comment-navigation .nav-next:lang(ko-KR), .comment-list .pingback .comment-body:lang(ko-KR),
+.comment-list .trackback .comment-body:lang(ko-KR), .comment-list .pingback .comment-body .comment-edit-link:lang(ko-KR),
+.comment-list .trackback .comment-body .comment-edit-link:lang(ko-KR), .comment-form .comment-notes:lang(ko-KR),
+.comment-form label:lang(ko-KR), .widget_archive ul li:lang(ko-KR),
+.widget_categories ul li:lang(ko-KR),
+.widget_meta ul li:lang(ko-KR),
+.widget_nav_menu ul li:lang(ko-KR),
+.widget_pages ul li:lang(ko-KR),
+.widget_recent_comments ul li:lang(ko-KR),
+.widget_recent_entries ul li:lang(ko-KR),
+.widget_rss ul li:lang(ko-KR), .widget_tag_cloud .tagcloud:lang(ko-KR), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ko-KR), .entry .entry-content .wp-block-archives li:lang(ko-KR),
+.entry .entry-content .wp-block-categories li:lang(ko-KR),
+.entry .entry-content .wp-block-latest-posts li:lang(ko-KR), .entry .entry-content .wp-block-verse:lang(ko-KR), .entry .entry-content .has-drop-cap:lang(ko-KR):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ko-KR), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ko-KR),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ko-KR),
+.entry .entry-content .wp-block-cover-image h2:lang(ko-KR),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ko-KR),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ko-KR),
+.entry .entry-content .wp-block-cover h2:lang(ko-KR), .entry .entry-content .wp-block-audio figcaption:lang(ko-KR),
+.entry .entry-content .wp-block-video figcaption:lang(ko-KR),
+.entry .entry-content .wp-block-image figcaption:lang(ko-KR),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(ko-KR),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(ko-KR), .entry .entry-content .wp-block-file:lang(ko-KR), .entry .entry-content .wp-block-file .wp-block-file__button:lang(ko-KR), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ko-KR), .wp-caption-text:lang(ko-KR), .gallery-caption:lang(ko-KR) {
+  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
+}
+
+body:lang(th), button:lang(th),
+input:lang(th),
+select:lang(th),
+optgroup:lang(th),
+textarea:lang(th), .author-description .author-link:lang(th),
+.comment-metadata:lang(th),
+.comment-reply-link:lang(th),
+.comments-title:lang(th),
+.comment-author .fn:lang(th),
+.discussion-meta-info:lang(th),
+.entry-meta:lang(th),
+.entry-footer:lang(th),
+.main-navigation:lang(th),
+.no-comments:lang(th),
+.not-found .page-title:lang(th),
+.error-404 .page-title:lang(th),
+.post-navigation .post-title:lang(th),
+.page-links:lang(th),
+.page-description:lang(th),
+.pagination .nav-links:lang(th),
+.sticky-post:lang(th),
+.site-title:lang(th),
+.site-info:lang(th),
+#cancel-comment-reply-link:lang(th),
+h1:lang(th),
+h2:lang(th),
+h3:lang(th),
+h4:lang(th),
+h5:lang(th),
+h6:lang(th), .page-title:lang(th), blockquote cite:lang(th), table:lang(th), .button:lang(th),
+input:lang(th)[type="button"],
+input:lang(th)[type="reset"],
+input:lang(th)[type="submit"], .comment-navigation .nav-previous:lang(th),
+.comment-navigation .nav-next:lang(th), .comment-list .pingback .comment-body:lang(th),
+.comment-list .trackback .comment-body:lang(th), .comment-list .pingback .comment-body .comment-edit-link:lang(th),
+.comment-list .trackback .comment-body .comment-edit-link:lang(th), .comment-form .comment-notes:lang(th),
+.comment-form label:lang(th), .widget_archive ul li:lang(th),
+.widget_categories ul li:lang(th),
+.widget_meta ul li:lang(th),
+.widget_nav_menu ul li:lang(th),
+.widget_pages ul li:lang(th),
+.widget_recent_comments ul li:lang(th),
+.widget_recent_entries ul li:lang(th),
+.widget_rss ul li:lang(th), .widget_tag_cloud .tagcloud:lang(th), .entry .entry-content .wp-block-button .wp-block-button__link:lang(th), .entry .entry-content .wp-block-archives li:lang(th),
+.entry .entry-content .wp-block-categories li:lang(th),
+.entry .entry-content .wp-block-latest-posts li:lang(th), .entry .entry-content .wp-block-verse:lang(th), .entry .entry-content .has-drop-cap:lang(th):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(th), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(th),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(th),
+.entry .entry-content .wp-block-cover-image h2:lang(th),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(th),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(th),
+.entry .entry-content .wp-block-cover h2:lang(th), .entry .entry-content .wp-block-audio figcaption:lang(th),
+.entry .entry-content .wp-block-video figcaption:lang(th),
+.entry .entry-content .wp-block-image figcaption:lang(th),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(th),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(th), .entry .entry-content .wp-block-file:lang(th), .entry .entry-content .wp-block-file .wp-block-file__button:lang(th), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(th), .wp-caption-text:lang(th), .gallery-caption:lang(th) {
+  font-family: "Sukhumvit Set", "Helvetica Neue", helvetica, arial, sans-serif;
+}
+
+body:lang(vi), button:lang(vi),
+input:lang(vi),
+select:lang(vi),
+optgroup:lang(vi),
+textarea:lang(vi), .author-description .author-link:lang(vi),
+.comment-metadata:lang(vi),
+.comment-reply-link:lang(vi),
+.comments-title:lang(vi),
+.comment-author .fn:lang(vi),
+.discussion-meta-info:lang(vi),
+.entry-meta:lang(vi),
+.entry-footer:lang(vi),
+.main-navigation:lang(vi),
+.no-comments:lang(vi),
+.not-found .page-title:lang(vi),
+.error-404 .page-title:lang(vi),
+.post-navigation .post-title:lang(vi),
+.page-links:lang(vi),
+.page-description:lang(vi),
+.pagination .nav-links:lang(vi),
+.sticky-post:lang(vi),
+.site-title:lang(vi),
+.site-info:lang(vi),
+#cancel-comment-reply-link:lang(vi),
+h1:lang(vi),
+h2:lang(vi),
+h3:lang(vi),
+h4:lang(vi),
+h5:lang(vi),
+h6:lang(vi), .page-title:lang(vi), blockquote cite:lang(vi), table:lang(vi), .button:lang(vi),
+input:lang(vi)[type="button"],
+input:lang(vi)[type="reset"],
+input:lang(vi)[type="submit"], .comment-navigation .nav-previous:lang(vi),
+.comment-navigation .nav-next:lang(vi), .comment-list .pingback .comment-body:lang(vi),
+.comment-list .trackback .comment-body:lang(vi), .comment-list .pingback .comment-body .comment-edit-link:lang(vi),
+.comment-list .trackback .comment-body .comment-edit-link:lang(vi), .comment-form .comment-notes:lang(vi),
+.comment-form label:lang(vi), .widget_archive ul li:lang(vi),
+.widget_categories ul li:lang(vi),
+.widget_meta ul li:lang(vi),
+.widget_nav_menu ul li:lang(vi),
+.widget_pages ul li:lang(vi),
+.widget_recent_comments ul li:lang(vi),
+.widget_recent_entries ul li:lang(vi),
+.widget_rss ul li:lang(vi), .widget_tag_cloud .tagcloud:lang(vi), .entry .entry-content .wp-block-button .wp-block-button__link:lang(vi), .entry .entry-content .wp-block-archives li:lang(vi),
+.entry .entry-content .wp-block-categories li:lang(vi),
+.entry .entry-content .wp-block-latest-posts li:lang(vi), .entry .entry-content .wp-block-verse:lang(vi), .entry .entry-content .has-drop-cap:lang(vi):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(vi), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(vi),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(vi),
+.entry .entry-content .wp-block-cover-image h2:lang(vi),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(vi),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(vi),
+.entry .entry-content .wp-block-cover h2:lang(vi), .entry .entry-content .wp-block-audio figcaption:lang(vi),
+.entry .entry-content .wp-block-video figcaption:lang(vi),
+.entry .entry-content .wp-block-image figcaption:lang(vi),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(vi),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(vi), .entry .entry-content .wp-block-file:lang(vi), .entry .entry-content .wp-block-file .wp-block-file__button:lang(vi), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(vi), .wp-caption-text:lang(vi), .gallery-caption:lang(vi) {
+  font-family: "Libre Franklin", sans-serif;
+}
+
 /* Normalize */
 /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
 /* Document
@@ -453,7 +1208,6 @@
 .site-title,
 .site-info,
 #cancel-comment-reply-link,
-img:after,
 h1,
 h2,
 h3,
@@ -660,89 +1414,6 @@
   text-decoration: underline;
 }
 
-/* Arabic */
-html[lang="ar"] .site *,
-html[lang="ary"] .site *,
-html[lang="azb"] .site *,
-html[lang="ckb"] .site *,
-html[lang="fa-IR"] .site *,
-html[lang="haz"] .site *,
-html[lang="ps"] .site * {
-  font-family: Tahoma, Arial, sans-serif !important;
-}
-
-/* Cyrillic */
-html[lang="be"] .site *,
-html[lang="bg-BG"] .site *,
-html[lang="kk"] .site *,
-html[lang="mk-MK"] .site *,
-html[lang="mn"] .site *,
-html[lang="ru-RU"] .site *,
-html[lang="sah"] .site *,
-html[lang="sr-RS"] .site *,
-html[lang="tt-RU"] .site *,
-html[lang="uk"] .site * {
-  font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif !important;
-}
-
-/* Chinese (Hong Kong) */
-html[lang="zh-HK"] .site * {
-  font-family: -apple-system, BlinkMacSystemFont, 'PingFang HK', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;
-}
-
-/* Chinese (Taiwan) */
-html[lang="zh-TW"] .site * {
-  font-family: -apple-system, BlinkMacSystemFont, 'PingFang TC', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;
-}
-
-/* Chinese (China) */
-html[lang="zh-CN"] .site * {
-  font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;
-}
-
-/* Devanagari */
-html[lang="bn-BD"] .site *,
-html[lang="hi-IN"] .site *,
-html[lang="mr"] .site *,
-html[lang="ne-NP"] .site * {
-  font-family: Arial, sans-serif !important;
-}
-
-/* Greek */
-html[lang="el"] .site * {
-  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
-}
-
-/* Gujarati */
-html[lang="gu"] .site * {
-  font-family: Arial, sans-serif !important;
-}
-
-/* Hebrew */
-html[lang="he-IL"] .site * {
-  font-family: 'Arial Hebrew', Arial, sans-serif !important;
-}
-
-/* Japanese */
-html[lang="ja"] .site * {
-  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif !important;
-}
-
-/* Korean */
-html[lang="ko-KR"] .site * {
-  font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', 'Nanum Gothic', Dotum, sans-serif !important;
-}
-
-/* Thai */
-html[lang="th"] .site * {
-  font-family: 'Sukhumvit Set', 'Helvetica Neue', helvetica, arial, sans-serif !important;
-}
-
-/* Vietnamese */
-html[lang="vi"] .site * {
-  font-family: 'Libre Franklin', sans-serif !important;
-}
-
 /* Elements */
 html {
   box-sizing: border-box;
@@ -1009,7 +1680,8 @@
   color: #0073aa;
 }
 
-a:hover, a:active {
+a:hover,
+a:active {
   color: #005177;
   outline: 0;
   text-decoration: none;
