@font-face {
	font-family: 'Raleway';
	font-weight: 100;
	src: url('../fonts/raleway-light.ttf') format('TrueType');
}

@font-face {
	font-family: 'Raleway';
	font-weight: 300;
	src: url('../fonts/raleway-regular.ttf') format('TrueType');
}

@font-face {
	font-family: 'Raleway';
	font-weight: 400;
	src: url('../fonts/raleway-medium.ttf') format('TrueType');
}

@font-face {
	font-family: 'Raleway';
	font-weight: 600;
	src: url('../fonts/raleway-semibold.ttf') format('TrueType');
}

@font-face {
	font-family: 'Raleway';
	font-weight: 900;
	src: url('../fonts/raleway-bold.ttf') format('TrueType');
}