@font-face {
	font-family: 'Raleway', sans-serif; 
	src: local('Raleway'),
		url('../fonts/Raleway-Regular.ttf'); 
    font-weight: 400;
}

@font-face {
	font-family: 'Raleway', sans-serif; 
	src: local('Raleway'),
		url('../fonts/Raleway-Bold.ttf'); 
    font-weight: 700;
}

@font-face {
	font-family: 'Raleway', sans-serif; 
	src: local('Raleway'),
		url('../fonts/Raleway-Medium.ttf'); 
    font-weight: 500;
}

@font-face {
	font-family: 'Raleway', sans-serif; 
	src: local('Raleway'),
		url('../fonts/Raleway-Black.ttf'); 
    font-weight: 900;
}
@font-face {
	font-family: 'Monrope', sans-serif; 
	src: local('Monrope'),
		url('../fonts/Manrope-Medium.ttf'); 
    font-weight: 500;
}
