/* Gotham Book */
@font-face {
    font-family: 'Gotham';
    src: url('Gotham/GothamBook.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Gotham Bold */
@font-face {
    font-family: 'Gotham';
    src: url('Gotham/GothamBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Gotham Ultra Italic */
@font-face {
    font-family: 'Gotham';
    src: url('Gotham/Gotham-UltraItalic.otf') format('opentype');
    font-weight: 900;  /* peso alto per Ultra */
    font-style: italic;
}