@font-face {
	font-family: Manrope;
	src: url('./fonts/Manrope-ExtraLight.ttf');
	font-weight: 100;  
    font-style: normal;
}

@font-face {
	font-family: Manrope;
	src: url('./fonts/Manrope-Light.ttf');
	font-weight: 200;  
    font-style: normal;
}

@font-face {
	font-family: Manrope;
	src: url('./fonts/Manrope-Regular.ttf');
	font-weight: 300;  
    font-style: normal;
}
@font-face {
	font-family: Manrope;
	src: url('./fonts/Manrope-Medium.ttf');
	font-weight: 400;  
    font-style: normal;
}
@font-face {
	font-family: Manrope;
	src: url('./fonts/Manrope-SemiBold.ttf');
	font-weight: 600;  
    font-style: normal;
}
@font-face {
	font-family: Manrope;
	src: url('./fonts/Manrope-Bold.ttf');
	font-weight: 700;  
    font-style: normal;
}
@font-face {
	font-family: Manrope;
	src: url('./fonts/Manrope-Black.ttf');
	font-weight: 800;  
    font-style: normal;
}
@font-face {
	font-family: Manrope;
	src: url('./fonts/Manrope-ExtraBold.ttf');
	font-weight: 900;  
    font-style: normal;
}