@font-face {
    font-family: 'Gotham Black';
    src: url('../fonts/Gotham/Gotham-Black.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Black Italic';
    src: url('../fonts/Gotham/Gotham-BlackItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'Gotham Bold';
    src: url('../fonts/Gotham/Gotham-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Bold Italic';
    src: url('../fonts/Gotham/Gotham-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham/Gotham-Book.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Book Italic';
    src: url('../fonts/Gotham/Gotham-BookItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Gotham Light';
    src: url('../fonts/Gotham/Gotham-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Light Italic';
    src: url('../fonts/Gotham/Gotham-LightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'Gotham Medium';
    src: url('../fonts/Gotham/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Medium Italic';
    src: url('../fonts/Gotham/Gotham-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Gotham Thin';
    src: url('./resources/fonts/Gotham/Gotham-Thin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Thin Italic';
    src: url('../fonts/Gotham/Gotham-ThinItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

