@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat'), local('Montserrat'),
    url('montserrat.woff2') format('woff2'), url('montserrat.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Add the variable that sets the font globally */
:root {
    --font-montserrat-regular: 'Montserrat', 'sans-serif';
    --font: var(--font-montserrat-regular);
}


.v-filterselect-item-MONTSERRAT {
    font-family: var(--font-montserrat-regular);
}