/* Fonts
------------------- */
@font-face {
	font-family: 'GothamRounded-Medium';
	src: url('GothamRounded-Medium.eot?') format('eot'), 
	     url('GothamRounded-Medium.otf')  format('opentype'),
	     url('GothamRounded-Medium.woff') format('woff'),
	     url('GothamRounded-Medium.ttf')  format('truetype'),
	     url('GothamRounded-Medium.svg#GothamRounded-Medium') format('svg');
}

@font-face {
	font-family: 'GothamRounded-Light';
	src: url('GothamRounded-Light.eot?') format('eot'), 
	     url('GothamRounded-Light.otf')  format('opentype'),
	     url('GothamRounded-Light.woff') format('woff'),
	     url('GothamRounded-Light.ttf')  format('truetype'),
	     url('GothamRounded-Light.svg#GothamRounded-Light') format('svg');
}