@font-face {
    font-family: 'Avenir LT Std';
    src: local('Avenir LT Std 45 Book'), local('AvenirLTStd-Book'),
        url('../font/AvenirLTStd-Book.woff2') format('woff2'),
        url('../font/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT 55 Roman';
    src: local('Avenir LT 55 Roman'), local('AvenirLT-Roman'),
        url('../font/AvenirLT-Roman.woff2') format('woff2'),
        url('../font/AvenirLT-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: local('Avenir 95 Black'), local('Avenir-Black'),
        url('../font/Avenir-Black.woff2') format('woff2'),
        url('../font/Avenir-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir 85';
    src: local('Avenir 85 Heavy'), local('Avenir-Heavy'),
        url('../font/Avenir-Heavy.woff2') format('woff2'),
        url('../font/Avenir-Heavy.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

