@font-face {
    font-family: 'Gotham-Book';
    font-style: normal;
    src: url('/fonts/Gotham Book.ttf');
}
@font-face {
    font-family: 'Gotham-Bold';
    font-style: normal;
    src: url('/fonts/Gotham-Bold.ttf');
}
@font-face {
    font-family: 'Gotham-Medium';
    font-style: normal;
    src: url('/fonts/Gotham-Medium.ttf');
}
@font-face {
    font-family: 'Gotham-Thin';
    font-style: normal;
    src: url('/fonts/Gotham-Thin.ttf');
}