/* Quicksand Light - Weight 300 */
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/quicksand/Quicksand-Light.ttf') format('truetype');
	unicode-range: U+0000-00FF, U+0100-017F, U+0180-024F, U+1E00-1EFF, U+20A0-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* Quicksand Regular - Weight 400 */
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/quicksand/Quicksand-Regular.ttf') format('truetype');
	unicode-range: U+0000-00FF, U+0100-017F, U+0180-024F, U+1E00-1EFF, U+20A0-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* Quicksand Medium - Weight 500 */
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/quicksand/Quicksand-Medium.ttf') format('truetype');
	unicode-range: U+0000-00FF, U+0100-017F, U+0180-024F, U+1E00-1EFF, U+20A0-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* Quicksand SemiBold - Weight 600 */
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/quicksand/Quicksand-SemiBold.ttf') format('truetype');
	unicode-range: U+0000-00FF, U+0100-017F, U+0180-024F, U+1E00-1EFF, U+20A0-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* Quicksand Bold - Weight 700 */
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/quicksand/Quicksand-Bold.ttf') format('truetype');
	unicode-range: U+0000-00FF, U+0100-017F, U+0180-024F, U+1E00-1EFF, U+20A0-20CF, U+2C60-2C7F, U+A720-A7FF;
}

