@font-face {
    font-family: 'Avenir';
    src: url('./Avenir/AvenirRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('./Avenir/AvenirBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}