/* Fonts start */
@font-face {
	font-family: 'Manrope';
	src: 	local("Manrope-Light"),
			url('Manrope-Light.woff2') format('woff2'),
			url('Manrope-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Manrope';
	src:	local("Manrope"),
			url('Manrope-Regular.woff2') format('woff2'),
			url('Manrope-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Manrope';
	src: 	local("Manrope-Medium"),
			url('Manrope-Medium.woff2') format('woff2'),
			url('Manrope-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Manrope';
	src: 	local("Manrope-SemiBold"),
			url('Manrope-SemiBold.woff2') format('woff2'),
			url('Manrope-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Manrope';
	src:	local("Manrope-Bold"),
			url('Manrope-Bold.woff2') format('woff2'),
			url('Manrope-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
/* Fonrs end */