/**
 * Roboto from Google CDN (hopefully will make it faster than if we load it from our server)
 */
@import 'https://fonts.googleapis.com/css?family=Roboto&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese';

/**
 * Avenir Next Cyr
 */

/*
@font-face {
	font-family: 'Avenir Next';
	src: url('AvenirNextCyr-Regular.otf');
	!*src: url('hinted-AvenirNext-Regular.eot?#iefix') format('embedded-opentype'),*!
	!*url('hinted-AvenirNext-Regular.woff') format('woff'),*!
	!*url('hinted-AvenirNext-Regular.ttf') format('truetype');*!
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
*/

@font-face {
	font-family: 'Avenir Next';
	src: url('AvenirNextCyr-Regular.eot');
	src: url('AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
	url('AvenirNextCyr-Regular.woff') format('woff'),
	url('AvenirNextCyr-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*@font-face {
	font-family: 'Avenir Next';
	src: url('AvenirNextCyr-Light.otf');
	!*src: url('hinted-AvenirNext-Regular.eot?#iefix') format('embedded-opentype'),*!
	!*url('hinted-AvenirNext-Regular.woff') format('woff'),*!
	!*url('hinted-AvenirNext-Regular.ttf') format('truetype');*!
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}*/

@font-face {
	font-family: 'Avenir Next';
	src: url('AvenirNextCyr-Light.eot');
	src: url('AvenirNextCyr-Light.eot?#iefix') format('embedded-opentype'),
	url('AvenirNextCyr-Light.woff') format('woff'),
	url('AvenirNextCyr-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir Next';
	src: url('AvenirNextCyr-Bold.eot');
	src: url('AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),
		url('AvenirNextCyr-Bold.woff') format('woff'),
		url('AvenirNextCyr-Bold.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir Next';
	src: url('hinted-AvenirNext-DemiBold.eot');
	src: url('hinted-AvenirNext-DemiBold.eot?#iefix') format('embedded-opentype'),
		url('hinted-AvenirNext-DemiBold.woff') format('woff'),
		url('hinted-AvenirNext-DemiBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir Next';
	src: url('AvenirNextCyr-Medium.eot');
	src: url('AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),
		url('AvenirNextCyr-Medium.woff') format('woff'),
		url('AvenirNextCyr-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

