/* Обычный */
@font-face {
	font-family: 'Orelega One'; 
	src: url(/fonts/orelegaone-regular.ttf); 
}


/* Жирный */
@font-face {
	font-family: 'Orelega One'; 
	src: url(/fonts/orelegaone-regular.ttf); 
}

.text-30 {
	font-family: 'Orelega One'; 
	font-size: 30px;
}

.text-14 {
	font-family: 'Orelega One'; 
	font-size: 14px;

}

.text-24 {
	font-family: 'Orelega One'; 
	font-size: 24px;

}

.text-16 {
	font-family: 'Orelega One'; 
	font-size: 16px;

}

.text-18 {
	font-family: 'Orelega One'; 
	font-size: 18px;

}

.text-20 {
	font-family: 'Orelega One'; 
	font-size: 20px;

}