/**
 * DIN Pro — шрифт сегмента «смазочные материалы» (layout default-masla).
 */
@font-face {
	font-family: 'DIN Pro';
	src: url('/themes/demo/assets/fonts/DINPro/DINPro-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'DIN Pro';
	src: url('/themes/demo/assets/fonts/DINPro/DINPro-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'DIN Pro';
	src: url('/themes/demo/assets/fonts/DINPro/DINPro-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'DIN Pro';
	src: url('/themes/demo/assets/fonts/DINPro/DINPro-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'DIN Pro';
	src: url('/themes/demo/assets/fonts/DINPro/DINPro-Black.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
