/* Local Roboto font hosting to avoid CORS issues */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/roboto/roboto-latin-400-normal.woff2') format('woff2'),
        url('/fonts/roboto/roboto-latin-400-normal.woff') format('woff');
    unicode-range: U+000-5FF;
    /* Basic Latin */
}

/* NOTE: Do not set a global `body` font-family here to avoid overriding
   theme or component styles. Import this file where you need the Roboto
   webfont available and let your app/stylesheet set `font-family`.
*/