@font-face {
    font-family: 'Futura BT';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/FuturaBTBook.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Futura BT';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/FuturaBTLight.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Futura BT';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/FuturaBTMedium.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Futura BT';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/FuturaBTBold.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Futura BT';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/FuturaBTHeavy.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Futura LT';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/FuturaLTBook.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'Futura LT';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/FuturaLTLight.ttf');
    font-display: swap;
}