@font-face {
    font-family: 'avenir_main';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/AvenirLTStd-Book.otf)
}

@font-face {
    font-family: 'avenir_roman';
    font-style: bold;
    font-weight: 900;
    src: url(fonts/AvenirLTStd-Roman.otf)
}

@font-face {
    font-family: 'avenir_heavy';
    font-style: bold;
    font-weight: normal;
    src: url(fonts/AvenirLTStd-Black.otf)
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');