/* Your custom CSS here */



/*  Example: how to connect your font / Образец: как подключить свой шрифт (укажите свои названия)  */
/*
@font-face {
	font-family: 'Crimson Text';
	font-style: normal;
	font-weight: normal;
	src: local('Crimson Text'),
		url('../fonts/crimson text/crimson_text_regular.woff2') format('woff2'), 
		url('../fonts/crimson text/crimson_text_regular.woff') format('woff'),
		url('../fonts/crimson text/crimson_text_regular.ttf') format('ttf'),
		url('../fonts/crimson text/crimson_text_regular.eot') format('eot');
}
*/