body {
	font-family: "Quicksand-Regular";
}
@font-face {
	font-family: 'Quicksand-Regular';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	unicode-range: U+000-5FF;
	src: local('Quicksand-Regular'), url('../fonts/Quicksand-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Quicksand-SemiBold';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	unicode-range: U+000-5FF;
	src: local('Quicksand-SemiBold'), url('../fonts/Quicksand-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Quicksand-Bold';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	unicode-range: U+000-5FF;
	src: local('Quicksand-Bold'), url('../fonts/Quicksand-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Quicksand-Light';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	unicode-range: U+000-5FF;
	src: local('Quicksand-Light'), url('../fonts/Quicksand-Light.ttf') format('truetype');
}
.fw-bolder {
	font-family: 'Quicksand-Bold';
	font-weight: normal !important;
}
.fw-semibold {
	font-family: 'Quicksand-SemiBold';
	font-weight: normal !important;
}
.fw-light {
	font-family: 'Quicksand-Light';
	font-weight: normal !important;
}