/* Déclaration des polices Gotham */
@font-face {
    font-family: 'Gotham-Book';
    src: url('Gotham-Book.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('Gotham-Bold.woff') format('woff');
    font-weight: 700;

}