@font-face {
    font-family: 'PalatinoLinotypeItalic';
    src: url('PalatinoLinotype-Italic.woff2') format('woff2'),
        url('PalatinoLinotype-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'GothamCondensed';
    src: url('GothamCondensed-Bold.woff2') format('woff2'),
        url('GothamCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GothamBook';
    src: url('Gotham-Book.woff2') format('woff2'),
        url('Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamCondensedMedium';
    src: url('GothamCondensed-Medium.woff2') format('woff2'),
        url('GothamCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


