@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: 100;
	src: url('fonts/woff/RaviFaNum-thin.woff') format('woff'),   
	url('fonts/woff2/RaviFaNum-thin.woff2') format('woff2');		
}

@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/woff/RaviFaNum-Light.woff') format('woff'),   
	url('fonts/woff2/RaviFaNum-Light.woff2') format('woff2');	
}

@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/woff/RaviFaNum-Regular.woff') format('woff'),   
	url('fonts/woff2/RaviFaNum-Regular.woff2') format('woff2');		 
}

@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: 500;
	src: url('fonts/woff/Ravi FaNum-Medium.woff') format('woff'),   
	url('fonts/woff2/Ravi FaNum-Medium.woff2') format('woff2');		 
}

@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: 600;
	src: url('fonts/woff/RaviFaNum-SemiBold.woff') format('woff'),   
	url('fonts/woff2/RaviFaNum-SemiBold.woff2') format('woff2');		 
}

@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/woff/RaviFaNum-Bold.woff') format('woff'),   
	url('fonts/woff2/RaviFaNum-Bold.woff2') format('woff2'); 
}

@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: 900;
	src: url('fonts/woff/RaviFaNum-Black.woff') format('woff'),   
	url('fonts/woff2/Ravi FaNum-Black.woff2') format('woff2');		 
}

@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: 950;
	src: url('fonts/woff/RaviFaNum-ExtraBlack.woff') format('woff'),   
	url('fonts/woff2/Ravi FaNum-ExtraBlack.woff2') format('woff2');		 
}

body{
    font-family: Ravi;
}