/* @option user-defined font family */
@font-face {
	font-family: 'Quicksand';
	src: url('../../../fonts/quicksand/quicksand-regular-webfont.eot');
	src: url('../../../fonts/quicksand/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../../../fonts/quicksand/quicksand-regular-webfont.woff') format('woff'),
		 url('../../../fonts/quicksand/quicksand-regular-webfont.ttf') format('truetype'),
		 url('../../../fonts/quicksand/quicksand-regular-webfont.svg#OverlockRegular') format('svg');
	font-weight: normal;
	font-style: normal;

}
h1,h2,h3,h4,h5,h6,.menu,.album-title,.movie-page-title,.photo-title,.photo-background { font-family: 'Quicksand', sans-serif; }