@font-face {
    font-family: quicksand-bold;
    src: url(fonts/Quicksand-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: quicksand-light;
    src: url(fonts/Quicksand-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: quicksand-medium;
    src: url(fonts/Quicksand-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: quicksand-regular;
    src: url(fonts/Quicksand-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: quicksand-semibold;
    src: url(fonts/Quicksand-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
