@font-face {
	font-family: "Manrope-Bold";
	src: url(../fonts/Manrope-Bold.woff2);
	font-weight: 700;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: "Manrope-ExtraBold";
	src: url(../fonts/Manrope-ExtraBold.woff2);
	font-weight: 800;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: "Manrope-Medium";
	src: url(../fonts/Manrope-Medium.woff2);
	font-weight: 500;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: "";
	src: url(../fonts/.woff2);
	font-weight: 400;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: "Manrope-SemiBold";
	src: url(../fonts/Manrope-SemiBold.woff2);
	font-weight: 600;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: "Manrope-Regular";
	src: url(../fonts/Manrope-Regular.woff2);
	font-weight: 400;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: "Manrope-Light";
	src: url(../fonts/Manrope-Light.woff2);
	font-weight: 300;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: "lg";
	src: url(../fonts/lg.woff2);
	font-weight: 400;
	font-style: normal;
	font-display: block;
}


/* Manrope (latin + cyrillic, 6 weights) — self-hosted замена Google Fonts.
 * Раньше тянулось <link href="https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800">
 * в header.php, что блокировалось у пользователей из стран с ограничениями
 * Google-доменов (Vietnam ISP, Китай). Теперь woff2 локально, без CDN. */
@font-face {
    font-family: "Manrope";
    src: url(../fonts/manrope/manrope-v20-cyrillic_latin-300.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url(../fonts/manrope/manrope-v20-cyrillic_latin-regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url(../fonts/manrope/manrope-v20-cyrillic_latin-500.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url(../fonts/manrope/manrope-v20-cyrillic_latin-600.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url(../fonts/manrope/manrope-v20-cyrillic_latin-700.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url(../fonts/manrope/manrope-v20-cyrillic_latin-800.woff2) format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
