@font-face {
  font-family: 'Gotham';
  src: url("Gotham-Light.eot"); /* IE9 Compat Modes */
  src: url("Gotham-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("Gotham-Light.otf") format("opentype"), /* Open Type Font */
    url("Gotham-Light.svg") format("svg"), /* Legacy iOS */
    url("Gotham-Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("Gotham-Light.woff") format("woff"), /* Modern Browsers */
    url("Gotham-Light.woff2") format("woff2"); /* Modern Browsers */
  font-weight:300;
  font-style: normal;
}


@font-face {
  font-family: 'Gotham';
  src: url("Gotham-Medium.eot"); /* IE9 Compat Modes */
  src: url("Gotham-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("Gotham-Medium.otf") format("opentype"), /* Open Type Font */
    url("Gotham-Medium.svg") format("svg"), /* Legacy iOS */
    url("Gotham-Medium.ttf") format("truetype"), /* Safari, Android, iOS */
    url("Gotham-Medium.woff") format("woff"), /* Modern Browsers */
    url("Gotham-Medium.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 500;
  font-style: normal;
}


@font-face {
  font-family: 'Gotham';
  src: url("Gotham-Black.eot"); /* IE9 Compat Modes */
  src: url("Gotham-Black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("Gotham-Black.otf") format("opentype"), /* Open Type Font */
    url("Gotham-Black.svg") format("svg"), /* Legacy iOS */
    url("Gotham-Black.ttf") format("truetype"), /* Safari, Android, iOS */
    url("Gotham-Black.woff") format("woff"), /* Modern Browsers */
    url("Gotham-Black.woff2") format("woff2"); /* Modern Browsers */
  font-weight: bolder;
  font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url('DINPro-Medium.eot');
    src: url('DINPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('DINPro-Medium.woff2') format('woff2'),
        url('DINPro-Medium.woff') format('woff'),
        url('DINPro-Medium.ttf') format('truetype'),
        url('DINPro-Medium.svg#DINPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url('DINPro-Regular.eot');
    src: url('DINPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('DINPro-Regular.woff2') format('woff2'),
        url('DINPro-Regular.woff') format('woff'),
        url('DINPro-Regular.ttf') format('truetype'),
        url('DINPro-Regular.svg#DINPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url('DINPro-Light.eot');
    src: url('DINPro-Light.eot?#iefix') format('embedded-opentype'),
        url('DINPro-Light.woff2') format('woff2'),
        url('DINPro-Light.woff') format('woff'),
        url('DINPro-Light.ttf') format('truetype'),
        url('DINPro-Light.svg#DINPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

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

