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