/*********************************************
	FONTS
*********************************************/
@font-face {
    font-family: 'QuicksandBook';
    src: url('quicksand_book.eot');
    src: url('quicksand_book.eot') format('embedded-opentype'),
         url('quicksand_book.woff') format('woff'),
         url('quicksand_book.ttf') format('truetype'),
         url('quicksand_book.svg#QuicksandBook') format('svg');
}
@font-face {
    font-family: 'florencesansregular';
    src: url('florsn01-webfont.eot');
    src: url('florsn01-webfont.eot?#iefix') format('embedded-opentype'),
         url('florsn01-webfont.woff') format('woff'),
         url('florsn01-webfont.ttf') format('truetype'),
         url('florsn01-webfont.svg#florencesansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}