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