body {
/*
	font-family: "Helvetica Neue", HelveticaNeueCyr, HelveticaNeue, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
*/
	text-rendering: optimizeLegibility;
/*	-webkit-font-smoothing: antialiased; */
}

h1, h2, h3:not(.default), h4:not(.default) {
	font-family: "Yeseva One", sans-serif;
	font-weight: 400;
}

h1, h2 {
	color: #000;
}

.title-font {
	font-family: "Yeseva One", sans-serif;
	font-weight: 400;
}

.text-italic {
	font-style: italic;
}

.text-red {
	color: #d40000;
}

.line-height-08 {	line-height: 0.8; }
.line-height-09 {	line-height: 0.9; }
.line-height-10 {	line-height: 1.0; }
.line-height-11 {	line-height: 1.1; }
.line-height-12 {	line-height: 1.2; }
.line-height-13 {	line-height: 1.3; }
.line-height-14 {	line-height: 1.4; }
.line-height-15 {	line-height: 1.5; }

.text-balance {
	text-wrap: balance;
}