<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Gotham';
    src: url('../fonts/book.woff2') format('woff2'),
        url('../fonts/book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/medium.woff2') format('woff2'),
        url('../fonts/medium.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/bold.woff2') format('woff2'),
        url('../fonts/bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/black.woff2') format('woff2'),
        url('../fonts/black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/ultra.woff2') format('woff2'),
        url('../fonts/ultra.woff') format('woff');
    font-weight: 1000;
    font-style: normal;
}</pre></body></html>