@font-face {
	font-family: 'Manrope';
	src: url('Manrope-ExtraLight.ttf');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope';
	src: url('Manrope-Light.ttf');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope';
	src: url('Manrope-Regular.ttf');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope';
	src: url('Manrope-Medium.ttf');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope';
	src: url('Manrope-SemiBold.ttf');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope';
	src: url('Manrope-Bold.ttf');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope';
	src: url('Manrope-ExtraBold.ttf');
	font-weight: 800;
	font-style: normal;
}