/* Quicksand */

@font-face {
    font-family: 'Quicksand';
    src: url(../fonts/Quicksand/Quicksand-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url(../fonts/Quicksand/Quicksand-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url(../fonts/Quicksand/Quicksand-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url(../fonts/Quicksand/Quicksand-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
}