/* Note: 
MudBlazor by default uses google hosted fonts. We host the fonts ourselves, so the following is our own code using
our own generated woff2 versions of the fonts we need. Feel free to add more as we see fit.
 */

@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto/Roboto-Regular.woff2') format('woff2');
}

@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto/Roboto-Bold.woff2') format('woff2');
    font-weight: 500;
}