@font-face {
	font-family: Triodion;
	src: url('fonts/Triodion.eot'); /* IE9 Compat Modes */
	src: url('fonts/Triodion.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/Triodion.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/Triodion.woff') format('woff'), /* Pretty Modern Browsers */
	url('fonts/Triodion.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/Triodion.svg#Triodion-Ucs') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: TriodionUnicode;
	src: url('fonts/TriodionUnicode.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/TriodionUnicode.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face {
	font-family: FiraSlav;
	font-weight: 400;
	src: url('fonts/FiraSlav-Regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/FiraSlav-Regular.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face {
	font-family: FiraSlav;
	font-weight: 600;
	src: url('fonts/FiraSlav-Bold.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/FiraSlav-Bold.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face {
	font-family: Ponomar;
	src: url("fonts/PonomarUnicode.woff") format("woff"),
	url("fonts/PonomarUnicode.otf") format("opentype"),
	url("fonts/PonomarUnicode.ttf") format("truetype");
	font-style: normal;
	font-weight: 400
}

@font-face {
	font-family: "Slavianskiy";
	src: url("fonts/Slavianskiy.eot"); /* IE9 Compat Modes */
	src: url("fonts/Slavianskiy.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("fonts/Slavianskiy.woff2") format("woff2"), /* Super Modern Browsers */
	url("fonts/Slavianskiy.woff") format("woff"), /* Pretty Modern Browsers */
	url("fonts/Slavianskiy.ttf") format("truetype"), /* Safari, Android, iOS */
	url("fonts/Slavianskiy.svg") format("svg"), /* Legacy iOS */
	url("fonts/Slavianskiy.otf") format("opentype"); /* Open Type Font */
	font-weight: normal;
	font-style: normal;
}

#csl-editor {
	font-family: FiraSlav, sans-serif;
	font-size: 16px;
}

#churchslavonic-editor {
	font-size: 16px;
}

#slavonic-editor, #russian-editor {
	font-size: 16px;
}

.churchslavonic {
	font-family: Triodion, serif !important;
	--paragraph-margin: 0.7em;
}

.churchslavonic-unicode {
	font-family: TriodionUnicode, serif !important;
}

.churchslavonic p {
	margin: var(--paragraph-margin) 0;
}

.churchslavonic h1 {
	color: green;
	font-style: normal;
	font-size: 2em;
}

.churchslavonic h2 {
	color: red;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 0;
}

.churchslavonic h3 {
	color: red;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 1.1em;
	margin-bottom: 0;
}

.churchslavonic h4 {
	color: red;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	margin: var(--paragraph-margin) 0 0 0;
}

.churchslavonic h5 {
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 1em;
	margin:  var(--paragraph-margin) 0 0 0;
}

.churchslavonic h6 {
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 0.8em;
	margin: 0.2em 0 0 var(--paragraph-margin);
}

.churchslavonic b,
.churchslavonic strong {
	color: red;
	font-style: normal;
	font-weight: normal;
}

.churchslavonic em {
	font-family: Arial, sans-serif !important;
}

/* ... */

.slavonic {
	font-family: Arial, sans-serif !important;
}

.slavonic h1 {
	color: #000;
	font-style: normal;
	font-size: 2em;
}

.slavonic h2 {
	color: red;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 1.3em;
}

.slavonic h3 {
	color: red;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 1.1em;
}

.slavonic h4 {
	color: red;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	margin: 1em 0 0 0;
}

.slavonic h5 {
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 1em;
	margin: 1em 0 0 0;
}

.slavonic h6 {
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 0.8em;
	margin: 0.2em 0 0 1em;
}

.slavonic b,
.slavonic strong {
	color: red;
	font-weight: normal;
	/* font-style: normal; */
}

.churchslavonic p:first-letter,
.slavonic p:first-letter {
	color: red;
	/* font-weight: bold; */
	font-weight: normal;
}

/* ... */

#tr_PROPERTY_143 .churchslavonic,
#tr_PROPERTY_285 .churchslavonic,
#tr_PROPERTY_144 .slavonic,
#tr_PROPERTY_160 .slavonic {
	width: 368px;
	height: 150px;
	border: solid 1px #aaa;
	background: #fff;
	border-radius: 3px;
	color: #3f4b54;
	overflow: scroll;
	padding: 10px;
}

#tr_PROPERTY_143 .churchslavonic,
#tr_PROPERTY_285 .churchslavonic {
	font-size: 20px;
}
#tr_PROPERTY_144 .slavonic,
#tr_PROPERTY_160 .slavonic {
	font-size: 16px;
}
