@font-face {
    font-family: "QuickSand";
    src: url('fonts/quicksand-regular-webfont.woff2') format('woff2'),
    url('fonts/quicksand-regular-webfont.woff') format('woff'),
    url("fonts/Quicksand-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Raleway";
    src: url('fonts/raleway-regular-webfont.woff2') format('woff2'),
    url('fonts/raleway-regular-webfont.woff') format('woff'),
    url("fonts/Raleway-Regular.ttf") format("truetype");
}