@font-face {
	font-family: "Quicksand-Bold";
	src: url("assets/fonts/Quicksand-Bold.ttf");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Quicksand-Regular";
	src: url("assets/fonts/Quicksand-Regular.ttf");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Quicksand-SemiBold";
	src: url("assets/fonts/Quicksand-SemiBold.ttf");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Quicksand-Light";
	src: url("assets/fonts/Quicksand-Light.ttf");
	font-weight: 300;
	font-style: normal;
}
