@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaPTLight.otf') format('opentype');
    font-weight: 300; 
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaPTMedium.otf') format('opentype');
    font-weight: 400; 
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaPTHeavy.otf') format('opentype');
    font-weight: 600; 
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaPTExtraBold.otf') format('opentype');
    font-weight: 700; 
    font-style: normal;
}


@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaPTLightOblique.otf') format('opentype');
    font-weight: 300; 
    font-style: italic;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaPTMediumOblique.otf') format('opentype');
    font-weight: 400; 
    font-style: italic;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaPTDemiOblique.otf') format('opentype');
    font-weight: 500; 
    font-style: italic;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaPTHeavyOblique.otf') format('opentype');
    font-weight: 600; 
    font-style: italic;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaPTExtraBoldOblique.otf') format('opentype');
    font-weight: 700; 
    font-style: italic;
}
