/* 
@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.eot') format('embedded-opentype');;
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
         url('../fonts/Gotham-Book.woff') format('woff'),
         url('../fonts/Gotham-Book.ttf') format('truetype')
         url('../fonts/Gotham-Book.otf') format('opentype');            
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Black';
    src: url('../fonts/Gotham-Black.eot') format('embedded-opentype');;
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
         url('../fonts/Gotham-Black.woff') format('woff'),
         url('../fonts/Gotham-Black.ttf') format('truetype')
         url('../fonts/Gotham-Black.otf') format('opentype');     
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.eot') format('embedded-opentype');;
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
         url('../fonts/Gotham-Bold.woff') format('woff'),
         url('../fonts/Gotham-Bold.ttf') format('truetype')
         url('../fonts/Gotham-Bold.otf') format('opentype');     
    font-weight: 700;
    font-style: normal;
} */


@font-face {
    font-family: 'DIN';
    src: url('../fonts/DINRegularAlternate.ttf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN\ Alternate\ Medium.otf') format('opentype');
    font-weight: 500;
    font-style: Medium;
}
@font-face {
    font-family: 'Nudista';
    src: url('../fonts/fonnts.com-Nudista.otf') format('opentype');
    font-weight: 400;
    font-style: Medium;
}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/DINAlternate-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: Bold;
}