/*
	font-family: 'Styrene A LC';
	500 	- абзацы
	
	font-family: 'Styrene A LC BLACK';
	normal 	- заголовок H1

	font-family: 'Styrene B LC';
	normal 	- некоторые тексты
	500 	- кнопки 
	bold 	- h4
*/

@font-face {
    font-family: 'Styrene A LC';
    src: url('Styrene-A-LC-Regular.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Styrene A LC Extended';
    font-weight: normal;
    font-style: normal;
	src: url('styrenealc/styrenealc-regular.eot'); /* IE 9 Compatibility Mode */
	src: url('styrenealc/styrenealc-regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('styrenealc/styrenealc-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('styrenealc/styrenealc-regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('styrenealc/styrenealc-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('styrenealc/styrenealc-regular.svg#styrenealc-regular') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
    font-family: 'Styrene A LC';
    font-weight: 500;
    font-style: normal;
	src: url('Styrene-A-LC-Medium.otf') format("opentype");
}
@font-face {
    font-family: 'Styrene A LC';
    src: url('Styrene-A-LC-Bold.otf') format("opentype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
	font-family: 'Styrene A LC Extended';
    font-weight: bold;
    font-style: normal;
	src: url('styrenealc/styrenealc-bold.eot'); /* IE 9 Compatibility Mode */
	src: url('styrenealc/styrenealc-bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('styrenealc/styrenealc-bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('styrenealc/styrenealc-bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('styrenealc/styrenealc-bold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('styrenealc/styrenealc-bold.svg#styrenealc-bold') format('svg'); /* Chrome < 4, Legacy iOS */
}



/*
@font-face {
    font-family: 'Styrene A LC BLACK';
    font-weight: normal;
    font-style: normal;
	src: url('Styrene-A-LC-Black.otf') format("opentype");
}*/
@font-face {
	font-family: 'Styrene A LC BLACK';
    font-weight: normal;
    font-style: normal;
	src: url('styrenealc/styrenealc-black.eot'); /* IE 9 Compatibility Mode */
	src: url('styrenealc/styrenealc-black.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('styrenealc/styrenealc-black.woff2') format('woff2'), /* Super Modern Browsers */
		url('styrenealc/styrenealc-black.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('styrenealc/styrenealc-black.ttf') format('truetype'), /* Safari, Android, iOS */
		url('styrenealc/styrenealc-black.svg#styrenealc-black') format('svg'); /* Chrome < 4, Legacy iOS */
}


@font-face {
    font-family: 'Styrene B LC';
    font-weight: normal;
    font-style: normal;
	src: url('Styrene-B-LC-Regular.otf') format("opentype");
}

@font-face {
    font-family: 'Styrene B LC';
    font-weight: 500;
    font-style: normal;
	src: url('Styrene-B-LC-Medium.otf') format("opentype");
}
@font-face {
	font-family: 'Styrene B LC Extended';
    font-weight: 500;
    font-style: normal;
	src: url('styreneblc/styreneblc-medium.eot'); /* IE 9 Compatibility Mode */
	src: url('styreneblc/styreneblc-medium.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('styreneblc/styreneblc-medium.woff2') format('woff2'), /* Super Modern Browsers */
		url('styreneblc/styreneblc-medium.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('styreneblc/styreneblc-medium.ttf') format('truetype'), /* Safari, Android, iOS */
		url('styreneblc/styreneblc-medium.svg#styrenealc-medium') format('svg'); /* Chrome < 4, Legacy iOS */
}




@font-face {
    font-family: 'Styrene B LC';
    src: url('Styrene-B-LC-Bold.otf') format("opentype");
    font-weight: bold;
    font-style: normal;
}