@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 300;
    src: local('Quicksand Light'), url('./Quicksand-Light.ttf') format("truetype");
    font-display: swap;
}

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


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

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

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    src: local('Quicksand Bold'), url('./Quicksand\ Bold.otf') format("opentype"), url('./Quicksand-Bold.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 900;
    src: local('Quicksand Book'), url('./Quicksand\ Book.otf') format("opentype");
    font-display: swap;
}