/* Font Face */
@font-face { /* declare fonts */
	font-family: 'Franchise';
	src: url("fonts/franchise/franchise.eot");
	src: local('Franchise'),
			url('fonts/franchise/franchise.ttf') format('truetype'),
			url('fonts/franchise/franchise.otf') format("opentype"),
			url('fonts/franchise/franchise.svg#webfont') format('svg');
	}

@font-face { /* declare fonts */
	font-family: 'Cortez';
	src: url("fonts/cortez/cortez.eot");
	src: local('Cortez'),
			url('fonts/cortez/cortez.ttf') format('truetype'),
			url('fonts/cortez/cortez.otf') format("opentype"),
			url('fonts/cortez/cortez.svg#webfont') format('svg');
	}	
