@font-face {
    font-family: 'Verveine';
    src: url('Verveine-Regular.woff2') format('woff2'),
        url('Verveine-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

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

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

@font-face {
    font-family: 'Bebas Neue Pro SmE Rg';
    src: url('BebasNeuePro-SmEBd.woff2') format('woff2'),
        url('BebasNeuePro-SmEBd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

