@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Medium.eot');
	src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gilroy-Medium.woff') format('woff'),
		url('../fonts/Gilroy-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Regular.eot');
	src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gilroy-Regular.woff') format('woff'),
		url('../fonts/Gilroy-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-SemiBold.eot');
	src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gilroy-SemiBold.woff') format('woff'),
		url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Bold.eot');
	src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gilroy-Bold.woff') format('woff'),
		url('../fonts/Gilroy-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

/* Source Sans Pro - подключен через Google Fonts (дополнительный шрифт) */
/* Можно использовать: font-family: 'Source Sans Pro', sans-serif; */
/* Доступные веса: 200, 300, 400, 600, 700, 900 */
/* Доступные стили: normal, italic */
/* 
   ОСНОВНОЙ ШРИФТ САЙТА: Gilroy (выше)
   ДОПОЛНИТЕЛЬНЫЙ ШРИФТ: Source Sans Pro (для специальных случаев)
*/

/* Подключение шрифта Slavic */
@font-face {
	font-family: 'Slavic';
	src: url('../fonts/slavic.woff2') format('woff2'),
		 url('../fonts/slavic.woff') format('woff'),
		 url('../fonts/slavic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* Класс для использования стандартных шрифтов сайта */
.slavic-font {
	font-family: 'Source Sans Pro', 'Gilroy', Arial, sans-serif;
}

/* Применение к заголовкам в блоке "О нас" */
.about-title.slavic-font {
	font-family: 'Source Sans Pro', 'Gilroy', Arial, sans-serif;
	font-size: 24px;
	line-height: 1.2;
}

.mark-dot.slavic-font {
	font-family: 'Source Sans Pro', 'Gilroy', Arial, sans-serif;
}
