@font-face {
	font-family: 'ANS';
	src:
		url('/fonts/ans/ANS-Regular.woff2') format('woff2'),
		url('/fonts/ans/ANS-Regular.woff') format('woff'),
		url('/themes/fonts/ANS-Regular.woff') format('woff'),
		url('/themes/fonts/ANS-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ANS';
	src:
		url('/fonts/ans/ANS-Regular.woff2') format('woff2'),
		url('/fonts/ans/ANS-Regular.woff') format('woff'),
		url('/themes/fonts/ANS-Regular.woff') format('woff'),
		url('/themes/fonts/ANS-Regular.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Manrope';
	src:
		url('/fonts/manrope/Manrope-VariableFont_wght.woff2') format('woff2-variations'),
		url('/fonts/manrope/Manrope-VariableFont_wght.ttf') format('truetype'),
		url('/themes/fonts/Manrope-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

/* Manrope по умолчанию для всего текста */
body {
	font-family: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
		sans-serif !important;
}

/* ANS для заголовков */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'ANS', 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
		sans-serif !important;
}