/* FONTS */


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