
@font-face {
    font-family: 'mulishitalic';
    src: 
        url('..Content/fonts/mulish-italic-variablefont_wght-webfont.woff') format('woff'), 
        url('..Content/fonts/mulish-italic-variablefont_wght-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'mulishregular';
    src: 
        url('../Content/fonts/mulish-variablefont_wght-webfont.woff') format('woff'),
        url('../Content/fonts/mulish-variablefont_wght-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

