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