/* FONTS */

/* samples */
/*@font-face {
	font-family: GGSubscript;
	src: url('../fonts/ggsubscr-webfont.eot');
	src: url('../fonts/ggsubscr-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ggsubscr-webfont.woff') format('woff'),
		 url('../fonts/ggsubscr-webfont.ttf') format('truetype'),
		 url('../fonts/ggsubscr-webfont.svg#GGSubscriptRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: GGSuperscript;
	src: url('../fonts/ggsupers-webfont.eot');
	src: url('../fonts/ggsupers-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ggsupers-webfont.woff') format('woff'),
		 url('../fonts/ggsupers-webfont.ttf') format('truetype'),
		 url('../fonts/ggsupers-webfont.svg#GGSuperscriptRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

/* project fonts */
/*@font-face {
	font-family: Lubalin-Book;
	src: url('fonts/LubalinGraphStd-Book.otf');
	src: url('../fonts/LubalinGraphStd-Book.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Lubalin-BookOblique;
	src: url('fonts/LubalinGraphStd-BookOblique.otf');
	font-weight: normal;
	font-style: oblique;
}

@font-face {
	font-family: Lubalin-Demi;
	src: url('fonts/LubalinGraphStd-Demi.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Lubalin-DemiOblique;
	src: url('fonts/LubalinGraphStd-DemiOblique.otf');
	font-weight: normal;
	font-style: oblique;
}

@font-face {
	font-family: Gotham-Bold;
	src: url('fonts/Gotham-Bold.otf');
	src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Gotham-Bold.woff') format('woff'),
		 url('fonts/Gotham-Bold.ttf') format('truetype'),
		 url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: Gotham-Medium;
	src: url('fonts/Gotham-Medium.otf');
	src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
	font-weight: medium;
	font-style: normal;
}

@font-face {
	font-family: Gotham-Book;
	src: url('fonts/Gotham-Book.otf');
	src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
	font-weight: medium;
	font-style: normal;
}

@font-face {
	font-family: Gotham-Light;
	src: url('fonts/Gotham-Light.otf');
	src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Gotham-Light.woff') format('woff'),
		 url('fonts/Gotham-Light.ttf') format('truetype'),
         url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
	font-weight: lighter;
	font-style: normal;
}

@font-face {
	font-family: MyriadPro-Regular;
	src: url('fonts/MyriadPro-Regular.otf');
	src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/MyriadPro-Regular.woff') format('woff'),
		 url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: MyriadPro-Bold;
	src: url('fonts/MyriadPro-Bold.otf');
	src: url('fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/MyriadPro-Bold.woff') format('woff'),
		 url('fonts/MyriadPro-Bold.ttf') format('truetype'),
         url('fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}*/