@font-face {
    font-family: 'mavenRegular';
    src: url('Maven.woff2') format('woff2'),
        url('Maven.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'mavenbold';
    src: url('Maven.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'lora';
    src: url('Lora.woff2') format('woff2');
    /* font-style: italic; */
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'notoserif';
    src: url('NotoSerif.woff2') format('woff2');
    /* font-style: italic; */
    font-weight: 700;
    font-display: swap;
}


