@font-face {
    font-family: 'Quicksand';
    src: local('Quicksand Bold'), local('Quicksand-Bold'),
    url('Quicksand/Quicksand-Bold.woff') format('woff'),
	url('Quicksand/Quicksand-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Quicksand';
    src: local('Quicksand Light'), local('Quicksand-Light'),
    url('Quicksand/Quicksand-Light.woff') format('woff'),
	url('Quicksand/Quicksand-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Quicksand';
    src: local('Quicksand Medium'), local('Quicksand-Medium'),
    url('Quicksand/Quicksand-Medium.woff') format('woff'),
	url('Quicksand/Quicksand-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Quicksand';
    src: local('Quicksand Regular'), local('Quicksand-Regular'),
    url('Quicksand/Quicksand-Regular.woff') format('woff'),
	url('Quicksand/Quicksand-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Quicksand';
    src: local('Quicksand SemiBold'), local('Quicksand-SemiBold'),
    url('Quicksand/Quicksand-SemiBold.woff') format('woff'),
	url('Quicksand/Quicksand-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
