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