


@font-face {
    font-family: 'gotham_book';
    src: url("../fonts/Gotham-Book.woff2"),
        url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_med';
    src: url("../fonts/Gotham-Medium.woff2"),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'gotham_bold';
    src: url("../fonts/Gotham-Bold.woff2"),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'bebas';
    src: url('../fonts/bebasneue_bold.woff2') format('woff2'),
         url('../fonts/bebasneue_bold') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'helveticaregular';
    src: url('../helvetica-webfont.woff2') format('woff2'),
         url('../helvetica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

