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

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('AvenirNextLTPro-It.woff2') format('woff2'),
         url('AvenirNextLTPro-It.woff') format('woff');
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

/* Add additional font-face blocks as needed for other weights/styles if present in the folder */