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

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

@font-face {
    src: url('FuturaPTBook.otf') format('opentype');
    font-family:'FuturaPT';
    font-style: normal;
    font-weight: 400;
}

@font-face {
    src: url('FuturaPTBookOblique.otf') format('opentype');
    font-family:'FuturaPT';
    font-style: italic;
    font-weight: 400;
}

@font-face {
    src: url('FuturaPTMedium.otf') format('opentype');
    font-family:'FuturaPT';
    font-style: normal;
    font-weight: 500;
}

@font-face {
    src: url('FuturaPTMediumOblique.otf') format('opentype');
    font-family:'Graphik';
    font-style: italic;
    font-weight: 500;
}

@font-face {
    src: url('FuturaPTDemi.otf') format('opentype');
    font-family:'FuturaPT';
    font-style: normal;
    font-weight: 600;
}

@font-face {
    src: url('FuturaPTDemiOblique.otf') format('opentype');
    font-family:'FuturaPT';
    font-style: italic;
    font-weight: 600;
}

@font-face {
    src: url('FuturaPTBold.otf') format('opentype');
    font-family:'FuturaPT';
    font-style: normal;
    font-weight: 700;
}

@font-face {
    src: url('FuturaPTBoldOblique.otf') format('opentype');
    font-family:'FuturaPT';
    font-style: italic;
    font-weight: 700;
}

@font-face {
    src: url('FuturaPTExtraBold.otf') format('opentype');
    font-family:'FuturaPT';
    font-style: normal;
    font-weight: 800;
}

@font-face {
    src: url('FuturaPTExtraBoldOblique.otf') format('opentype');
    font-family:'FuturaPT';
    font-style: italic;
    font-weight: 800;
}

