@font-face {
    font-family: "Quicksand";
    font-weight: bold;
    src: url('quicksand.bold-regular.otf');
}
@font-face {
    font-family: "Quicksand";
    font-weight: normal;
    src: url('Quicksand_Book.otf');
}
@font-face {
    font-family: "Quicksand";
    font-weight: lighter;
    font-style: oblique;
    src: url('quicksand.lightoblique-regular.otf');
}

@font-face {
    font-family: "Quicksand";
    font-weight: normal;
    font-style: oblique;
    src: url('quicksand.bookoblique-regular.otf');
}
@font-face {
    font-family: "Quicksand";
    font-weight: lighter;
    src: url('Quicksand_Light.otf');
}
