/* Подключение шрифта Manrope */
@font-face {
	font-family: 'Manrope';
	src: url('../fonts/Manrope-VariableFont_wght.woff2') format('woff2'),
		url('../fonts/Manrope-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

/* Применение шрифтов */
body {
	font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.mini-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180.22deg, transparent 29.96%, rgba(0, 0, 0, 0.8) 99.81%);
}