/* Futura PT — desafio Fiat 50 */
@font-face {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../font/FUTURAPTBOOK.OTF') format('opentype');
}
@font-face {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../font/FUTURAPTMEDIUM.OTF') format('opentype');
}
@font-face {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../font/FUTURAPTBOLD.OTF') format('opentype');
}
@font-face {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../font/FUTURA-PT-EXTRA-BOLD.OTF') format('opentype');
}
@font-face {
    font-family: 'Futura PT';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../font/futura-pt-book-oblique.otf') format('opentype');
}
@font-face {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../font/futura-pt-demi.otf') format('opentype');
}

/* Aliases usados em common.css (master) */
@font-face {
    font-family: 'FuturaPT-Medium';
    font-display: swap;
    src: url('../font/FUTURAPTMEDIUM.OTF') format('opentype');
}
@font-face {
    font-family: 'FuturaPT-Bold';
    font-display: swap;
    src: url('../font/FUTURAPTBOLD.OTF') format('opentype');
}
@font-face {
    font-family: 'FuturaPT-Book';
    font-display: swap;
    src: url('../font/FUTURAPTBOOK.OTF') format('opentype');
}
@font-face {
    font-family: 'FuturaPT-Extra-Bold';
    font-display: swap;
    src: url('../font/FUTURA-PT-EXTRA-BOLD.OTF') format('opentype');
}
