@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Font/Gotham-Book.otf');
    font-weight: 400;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Font/Gotham-Medium.otf');
    font-weight: 500;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Font/Gotham-Bold.otf');
    font-weight: 700;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Font/Gotham-Light.otf');
    font-weight: 300;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Font/Gotham-Thin.otf');
    font-weight: 100;
}

@font-face {
    font-family: 'Gotham Narrow';
    src: url('../fonts/Gotham-Font/Gotham-Narrow-Book.otf');
}

@font-face {
    font-family: 'Gotham Narrow';
    src: url('../fonts/Gotham-Font/Gotham-Narrow-Medium.otf');
}

@font-face {
    font-family: 'Gotham Narrow';
    src: url('../fonts/Gotham-Font/Gotham-Narrow-Bold.otf');
}













