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