@font-face {
    font-family: 'Futura';
    src: url('FUTURA-MD-BT-MEDIUM.TTF') format('truetype');
    font-weight: 400; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('FUTURA-MD-BT-BOLD.TTF') format('truetype');
    font-weight: 700; /* Bold */
    font-style: normal;
}