@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat[wght].woff2') format('woff2-variations'),
         url('Montserrat[wght].woff2') format('woff2'); 
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Italic[wght].woff2') format('woff2-variations'),
         url('Montserrat-Italic[wght].woff2') format('woff2');
    font-weight: 300 700;
    font-style: italic;
    font-display: swap;
}