@font-face {
    font-family: Quicksand;
    font-weight: 300;
    font-style: normal;
    src: url('/fonts/Quicksand_Light.otf') format("opentype");
    font-display: swap;
}

@font-face {
    font-family: Quicksand;
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/Quicksand_Book.otf') format("opentype");
    font-display: swap;
}

@font-face {
    font-family: Quicksand;
    font-weight: 700;
    font-style: normal;
    src: url('/fonts/Quicksand_Bold.otf') format("opentype");
    font-display: swap;
}

@font-face {
    font-family: Quicksand;
    font-weight: 300;
    font-style: italic;
    src: url('/fonts/Quicksand_Light_Oblique.otf') format("opentype");
    font-display: swap;
}

@font-face {
    font-family: Quicksand;
    font-weight: 400;
    font-style: italic;
    src: url('/fonts/Quicksand_Book_Oblique.otf') format("opentype");
    font-display: swap;
}

@font-face {
    font-family: Quicksand;
    font-weight: 700;
    font-style: italic;
    src: url('/fonts/Quicksand_Bold_Oblique.otf') format("opentype");
    font-display: swap;
}