@font-face {
    font-family: 'Futura';
    src: url('fonts/subset-FuturaBT-BoldCondensed.woff') format('woff2'),
        url('fonts/subset-FuturaBT-BoldCondensed.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    src: url('fonts/subset-Merriweather-Regular.woff') format('woff2'),
        url('fonts/subset-Merriweather-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}