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

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


@font-face {
    font-family: 'Futura Md BT';
    src: url('FuturaMdBT-Bold.woff2') format('woff2'),
    url('FuturaMdBT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Bk BT';
    src: url('FuturaBkBT-Book.woff2') format('woff2'),
    url('FuturaBkBT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

