/* Optimized font bundle: keep only the weights used in the app and serve the faster WOFF format. */

@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('Avenir/AvenirNextCyr-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('Avenir/AvenirNextCyr-Italic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('Avenir/AvenirNextCyr-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('Avenir/AvenirNextCyr-Demi.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('Avenir/AvenirNextCyr-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
