/*
 * Local self-hosted fonts.
 *
 * All fonts are licensed under the SIL Open Font License (OFL 1.1):
 *   - Inter      (Rasmus Andersson)
 *   - Montserrat (Julieta Ulanovsky)
 *   - Manrope    (Mikhail Sharanda)
 *   - Onest      (ParaType)
 *   - Golos Text (ParaType)
 */

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: url('inter-v20-cyrillic_latin-regular.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	src: url('inter-v20-cyrillic_latin-700.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('montserrat-v31-cyrillic_latin-regular.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url('montserrat-v31-cyrillic_latin-700.woff2') format('woff2');
	font-display: swap;
}

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

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

@font-face {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	src: url('onest-v11-cyrillic_latin-regular.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 700;
	src: url('onest-v11-cyrillic_latin-700.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Golos Text';
	font-style: normal;
	font-weight: 400;
	src: url('golos-text-v7-cyrillic_latin-regular.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Golos Text';
	font-style: normal;
	font-weight: 700;
	src: url('golos-text-v7-cyrillic_latin-700.woff2') format('woff2');
	font-display: swap;
}
