@font-face {
    font-family: 'GothamMedium';
    src: url('GothamMedium/GothamMedium.eot');
    src: url('GothamMedium/GothamMedium.eot') format('embedded-opentype'),
         url('GothamMedium/GothamMedium.woff2') format('woff2'),
         url('GothamMedium/GothamMedium.woff') format('woff'),
         url('GothamMedium/GothamMedium.ttf') format('truetype'),
         url('GothamMedium/GothamMedium.svg#GothamMedium') format('svg');
}

/* @font-face {
    font-family: 'GothamLight';
    src: url('GothamLight/GothamLight.eot');
    src: url('GothamLight/GothamLight.eot') format('embedded-opentype'),
         url('GothamLight/GothamLight.woff2') format('woff2'),
         url('GothamLight/GothamLight.woff') format('woff'),
         url('GothamLight/GothamLight.ttf') format('truetype'),
         url('GothamLight/GothamLight.otf') format('opentype'),
         url('GothamLight/GothamLight.svg#GothamLight') format('svg');
} */

@font-face {
	font-family: 'GothamLight';
	src: url('GothamLight/GothamLight.eot');
	src: local('GothamLight'), url('GothamLight/GothamLight.woff') format('woff'), url('GothamLight/GothamLight.ttf') format('truetype');
}

@font-face {
	font-family: 'GothamBook';
	src: url('GothamBook/GothamBook.eot');
	src: local('GothamBook'), url('GothamBook/GothamBook.woff') format('woff'), url('GothamBook/GothamBook.ttf') format('truetype');
}