@font-face {
    font-family: 'Gotham-Light';
    src: url('../../../../BootstrapApp/assets/fonts/Gotham-Light.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../../../../BootstrapApp/assets/fonts/Gotham-Book.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../../../../BootstrapApp/assets/fonts/Gotham-Bold.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('../../../../BootstrapApp/assets/fonts/Gotham-Medium.ttf');
    font-weight: normal;
}

body {
    font-family: 'Gotham-Light', 'Gotham', 'Gotham-Bold', 'Gotham-Medium';
}
