@font-face {
    font-family: 'Futura';
    src: url('futur.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaMedium';
    src: url('futura\ medium\ bt.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaBold';
    src: url('Futura\ Bold\ font.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaBook';
    src: url('Futura\ Book\ font.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'FuturaExtraBlack';
    src: url('Futura\ Extra\ Black\ font.ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

