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

@font-face {
    font-family: 'Chronicle Display';
    src: url('webfonts/ChronicleDisplay-Roman.woff2') format('woff2'),
        url('webfonts/ChronicleDisplay-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('webfonts/GothamBold.woff2') format('woff2'),
        url('webfonts/GothamBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}