@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../webfonts/AvenirNextLTPro-MediumCn.woff2') format('woff2'),
        url('../webfonts/AvenirNextLTPro-MediumCn.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../webfonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('../webfonts/AvenirNextLTPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../webfonts/AvenirNextLTPro-Cn.woff2') format('woff2'),
        url('../webfonts/AvenirNextLTPro-Cn.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../webfonts/AvenirNextLTPro-Bold.woff2') format('woff2'),
        url('../webfonts/AvenirNextLTPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../webfonts/AvenirNextLTPro-BoldCn.woff2') format('woff2'),
        url('../webfonts/AvenirNextLTPro-BoldCn.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

