/* Connect font "GothamPro-Light"; */
@font-face {
    font-family: 'GothamPro';
	src: local("GothamPro"), local("GothamPro-Light"),
    	 url('../fonts/GothamProLight.eot') format('embedded-opentype'),
         url('../GothamProLight.html') format('woff2'),
         url('../fonts/GothamProLight.woff') format('woff'),
         url('../fonts/GothamProLight.ttf') format('truetype'),
         url('../images/GothamProLight.svg#GothamProLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

/* Connect font "GothamPro-Regular"; */
@font-face {
    font-family: 'GothamPro';
	src: local("GothamPro"), local("GothamPro-Regular"),
		 url('../fonts/GothamProRegular.eot') format('embedded-opentype'),
         url('../GothamProRegular.html') format('woff2'),
         url('../fonts/GothamProRegular.woff') format('woff'),
         url('../fonts/GothamProRegular.ttf') format('truetype'),
         url('../images/GothamProRegular.svg#GothamProRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}

/* Connect font "GothamPro-RegularItalic"; */
@font-face {
    font-family: 'GothamPro';
	src: local("GothamPro"), local("GothamPro-RegularItalic"),
    	 url('../fonts/GothamProItalic.eot') format('embedded-opentype'),
         url('../GothamProItalic.html') format('woff2'),
         url('../fonts/GothamProItalic.woff') format('woff'),
         url('../fonts/GothamProItalic.ttf') format('truetype'),
         url('../images/GothamProItalic.svg#GothamProItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

/* Connect font "GothamPro-Medium"; */
@font-face {
    font-family: 'GothamPro';
	src: local("GothamPro"), local("GothamPro-Medium"),
    	 url('../fonts/GothamProMedium.eot') format('embedded-opentype'),
         url('../GothamProMedium.html') format('woff2'),
         url('../fonts/GothamProMedium.woff') format('woff'),
         url('../fonts/GothamProMedium.ttf') format('truetype'),
         url('../images/GothamProMedium.svg#GothamProMedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

/* Connect font "GothamPro-MediumItalic"; */
@font-face {
    font-family: 'GothamPro';
	src: local("GothamPro"), local("GothamPro-MediumItalic"),
    	 url('../fonts/GothamProMediumItalic.eot') format('embedded-opentype'),
         url('../GothamProMediumItalic.html') format('woff2'),
         url('../fonts/GothamProMediumItalic.woff') format('woff'),
         url('../fonts/GothamProMediumItalic.ttf') format('truetype'),
         url('../images/GothamProMediumItalic.svg#GothamProMediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

/* Connect font "GothamPro-Bold"; */
@font-face {
    font-family: 'GothamPro';
	src: local("GothamPro"), local("GothamPro-Bold"),
     	 url('../fonts/GothamProBold.eot') format('embedded-opentype'),
         url('../GothamProBold.html') format('woff2'),
         url('../fonts/GothamProBold.woff') format('woff'),
         url('../fonts/GothamProBold.ttf') format('truetype'),
         url('../images/GothamProBold.svg#GothamProBold') format('svg');
    font-weight: 700;
    font-style: normal;
}

/* Connect font "GothamPro-BoldItalic"; */
@font-face {
    font-family: 'GothamPro';
	src: local("GothamPro"), local("GothamPro-BoldItalic"),
    	 url('../fonts/GothamProBoldItalic.eot') format('embedded-opentype'),
         url('../GothamProBoldItalic.html') format('woff2'),
         url('../fonts/GothamProBoldItalic.woff') format('woff'),
         url('../fonts/GothamProBoldItalic.ttf') format('truetype'),
         url('../images/GothamProBoldItalic.svg#GothamProBoldItalic') format('svg');
    font-weight: 700;
    font-style: italic;
}

/* Connect font "GothamPro-Black"; */
@font-face {
    font-family: 'GothamPro';
	src: local("GothamPro"), local("GothamPro-Black"),
    	 url('../fonts/GothamProBlack.eot') format('embedded-opentype'),
         url('../GothamProBlack.html') format('woff2'),
         url('../fonts/GothamProBlack.woff') format('woff'),
         url('../fonts/GothamProBlack.ttf') format('truetype'),
         url('../images/GothamProBlack.svg#GothamProBlack') format('svg');
    font-weight: 900;
    font-style: normal;
}

/* Connect font "GothamPro-BlackItalic"; */
@font-face {
    font-family: 'GothamPro';
	src: local("GothamPro"), local("GothamPro-BlackItalic"),
    	 url('../fonts/GothamProBlackItalic.eot') format('embedded-opentype'),
         url('../GothamProBlackItalic.html') format('woff2'),
         url('../fonts/GothamProBlackItalic.woff') format('woff'),
         url('../fonts/GothamProBlackItalic.ttf') format('truetype'),
         url('../images/GothamProBlackItalic.svg#GothamProBlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
}