
/*--------------------------------------------------------------
Font - Georgia
--------------------------------------------------------------*/

@font-face {
	font-family: 'Georgia';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Georgia.woff") format("woff"), url("../fonts/Georgia.ttf") format("truetype"),url("../fonts/Georgia.svg#Georgia") format("svg") ;
}
/*--------------------------------------------------------------
Font - Proxima Nova
--------------------------------------------------------------*/

@font-face {
	font-family: 'ProximaNova';
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/ProximaNova-Light.otf") format("opentype");
}
@font-face {
	font-family: 'ProximaNova';
	font-style: italic;
	font-weight: 300;
	src: url("../fonts/ProximaNova-LightItalic.otf") format("opentype");
}
@font-face {
	font-family: 'ProximaNova';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/ProximaNova-Regular.otf") format("opentype");
}
@font-face {
	font-family: 'ProximaNova';
	font-style: italic;
	font-weight: 400;
	src: url("../fonts/ProximaNova-RegItalic.otf") format("opentype");
}
@font-face {
	font-family: 'ProximaNova';
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/ProximaNova-Semibold.otf") format("opentype");
}
@font-face {
	font-family: 'ProximaNova';
	font-style: italic;
	font-weight: 600;
	src: url("../fonts/ProximaNova-SemiboldItalic.otf") format("opentype");
}
@font-face {
	font-family: 'ProximaNova';
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/ProximaNova-Bold.otf") format("opentype");
}
@font-face {
	font-family: 'ProximaNova';
	font-style: italic;
	font-weight: 700;
	src: url("../fonts/ProximaNova-BoldIt.otf") format("opentype");
}
@font-face {
	font-family: 'ProximaNova';
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/ProximaNova-Extrabold.otf") format("opentype");
}

/*--------------------------------------------------------------
Font - Proxima Nova Condensed
--------------------------------------------------------------*/

@font-face {
	font-family: 'ProximaNovaCond';
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/ProximaNovaCond-Light.otf") format("opentype");
}
@font-face {
	font-family: 'ProximaNovaCond';
	font-style: italic;
	font-weight: 300;
	src: url("../fonts/ProximaNovaCond-LightIt.otf") format("opentype");
}
@font-face {
	font-family: 'ProximaNovaCond';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/ProximaNovaCond-Regular.otf") format("opentype");
}
@font-face {
	font-family: 'ProximaNovaCond';
	font-style: italic;
	font-weight: 400;
	src: url("../fonts/ProximaNovaCond-RegularIt.otf") format("opentype");
}
@font-face {
	font-family: 'ProximaNovaCond';
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/ProximaNovaCond-Semibold.otf") format("opentype");
}
@font-face {
	font-family: 'ProximaNovaCond';
	font-style: italic;
	font-weight: 600;
	src: url("../fonts/ProximaNovaCond-SemiboldIt.otf") format("opentype");
}

/*--------------------------------------------------------------
Font - Proxima Nova Black
--------------------------------------------------------------*/

@font-face {
	font-family: 'ProximaNovaBlack';
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/ProximaNova-Black.otf") format("opentype");
}

/*--------------------------------------------------------------
Font - Brandon Grotesque Black
--------------------------------------------------------------*/

@font-face {
	font-family: 'Brandon Black';
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/brandon-black.ttf") format("truetype");
}


/*--------------------------------------------------------------
Font - Gotham Light
--------------------------------------------------------------*/

@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/Gotham_Medium.ttf") format("truetype");
}

@font-face {
	font-family: 'Gotham Light';
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/Gotham-XLight.otf") format("opentype");
}




/*--------------------------------------------------------------
Font - MetaSerif 
--------------------------------------------------------------*/

@font-face {
	font-family: 'MetaSerif';
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/metaserif.otf") format("opentype");
}


