/* ------------------------------------ */
/* --------- TABLE OF CONTENTS -------- */
/* ------------------------------------ */
/*
/* 1. Font Imports 
/* 2. Font Declarations

/* ------------------------------------ */





/* --------------- */
/* 1. FONT IMPORTS */
/* --------------- */
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,300italic,400italic);
@import url(http://fonts.googleapis.com/css?family=Economica:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);




/* -------------------- */
/* 1. FONT DECLARATIONS */
/* -------------------- */
@font-face {
	font-family: 'ExpertSansRegular';
	src: url('/css/fonts/expertsans-regular-webfont.eot');
	src: url('/css/fonts/expertsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/css/fonts/expertsans-regular-webfont.woff') format('woff'),
		 url('/css/fonts/expertsans-regular-webfont.ttf') format('truetype'),
		 url('/css/fonts/expertsans-regular-webfont.svg#webfont') format('svg');
}

@font-face {
	font-family: 'ExpertSansRegularItalic';
	src: url('/css/fonts/expertsans-regularitalic-webfont.eot');
	src: url('/css/fonts/expertsans-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/css/fonts/expertsans-regularitalic-webfont.woff') format('woff'),
		 url('/css/fonts/expertsans-regularitalic-webfont.ttf') format('truetype'),
		 url('/css/fonts/expertsans-regularitalic-webfont.svg#webfont') format('svg');
}

@font-face {
    font-family: 'ExpertSansLight';
    src: url('/css/fonts/expertsans-light-webfont.eot');
    src: url('/css/fonts/expertsans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/expertsans-light-webfont.woff') format('woff'),
         url('/css/fonts/expertsans-light-webfont.ttf') format('truetype'),
         url('/css/fonts/expertsans-light-webfont.svg#expert_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
	font-family: 'ExpertSansLightItalic';
	src: url('/css/fonts/expertsans-lightitalic-webfont.eot');
	src: url('/css/fonts/expertsans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/css/fonts/expertsans-lightitalic-webfont.woff') format('woff'),
		 url('/css/fonts/expertsans-lightitalic-webfont.ttf') format('truetype'),
		 url('/css/fonts/expertsans-lightitalic-webfont.svg#webfont') format('svg');
}