@font-face {
    font-family: "QuicksandReg";
    src: url("/static/fonts/Quicksand-Regular.otf");
    }

@font-face {
    font-family: "QuicksandBold";
    src: url("/static/fonts/Quicksand-Bold.otf");
}

@font-face {
    font-family: "QuicksandLight";
    src: url("/static/fonts/Quicksand-Light.otf");
}