/*
[//]: # (Gotham Book Fonts from fontsgeek)
[//]: # (**************************)
*/

@font-face {
    font-family: 'gotham_bookregular';
    src: url('/AdvantageCSP/css/fonts/gotham_book_regular-webfont.eot');
    src: url('/AdvantageCSP/css/fonts/gotham_book_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/AdvantageCSP/css/fonts/gotham_book_regular-webfont.woff2') format('woff2'),
         url('/AdvantageCSP/css/fonts/gotham_book_regular-webfont.woff') format('woff'),
         url('/AdvantageCSP/css/fonts/gotham_book_regular-webfont.ttf') format('truetype'),
         url('/AdvantageCSP/css/fonts/gotham_book_regular-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_boldregular';
    src: url('/AdvantageCSP/css/fonts/gotham_bold_regular-webfont.eot');
    src: url('/AdvantageCSP/css/fonts/gotham_bold_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/AdvantageCSP/css/fonts/gotham_bold_regular-webfont.woff2') format('woff2'),
         url('/AdvantageCSP/css/fonts/gotham_bold_regular-webfont.woff') format('woff'),
         url('/AdvantageCSP/css/fonts/gotham_bold_regular-webfont.ttf') format('truetype'),
         url('/AdvantageCSP/css/fonts/gotham_bold_regular-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}