@font-face {
	font-family: 'Raleway-Light';
    src: url('../fonts/Raleway-Light.ttf') format('truetype');
	font-weight: 100;
    font-style: normal;
} 
@font-face {
    font-family: 'Raleway-Regular';
	src: url('../fonts/Raleway-Regular.ttf') format('truetype');
	font-weight: 300;
    font-style: normal;
}
@font-face {	
	font-family: 'Raleway-Medium';
    src: url('../fonts/Raleway-Medium.ttf') format('truetype');
	font-weight: bold;
    font-style: normal;
} 

@font-face {	
	font-family: 'Raleway-SemiBold';
    src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
	font-weight: bold;	
    font-style: normal;
}

@font-face {	
	font-family: 'Raleway-Heavy';
    src: url('../fonts/Raleway-Heavy.ttf') format('truetype');
	font-weight: bold;	
    font-style: normal;
}