@font-face {
    font-family: 'Aventa';
    src: url('aventa_regular.woff2') format('woff2'),
         url('aventa_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aventa';
    src: url('aventa_bold.woff2') format('woff2'),
         url('aventa_bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}