@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: 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;
}

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

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

.churchslavonic h2 {
	color: red;
	font-style: normal;
	font-size: 1.5em;
}

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

.churchslavonic em {
	font-family: "Times New Roman", serif !important;
}

/* ... */

.slavonic {
	font-family: "Times New Roman", serif !important;
}

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

.slavonic h2 {
	color: red;
	font-style: normal;
	font-size: 1.5em;
}

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

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

/* ... */

#tr_PROPERTY_143 .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 {
	font-size: 20px;
}
#tr_PROPERTY_144 .slavonic,
#tr_PROPERTY_160 .slavonic {
	font-size: 16px;
}
