@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'GothamLight';
    src: url('../fonts/gotham/GothamLight.eot');
    src: url('../fonts/gotham/GothamLight.eot') format('embedded-opentype'),
         url('../fonts/gotham/GothamLight.woff2') format('woff2'),
         url('../fonts/gotham/GothamLight.woff') format('woff'),
         url('../fonts/gotham/GothamLight.ttf') format('truetype'),
         url('../fonts/gotham/GothamLight.svg#GothamLight') format('svg');
}

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

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