@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(material-icons.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* Radzen 10.x icon font - self-hosted fallback with universally supported format() */
@font-face {
  font-family: 'Material Symbols';
  font-style: normal;
  font-weight: 100 700;
  src: url(MaterialSymbolsOutlined.woff2) format('woff2');
}

/* Radzen body font - self-hosted with a format() Firefox actually accepts.
   Radzen ships only format("woff2 supports variations") / ("woff2-variations"), which Firefox
   rejects -> "downloadable font: no supported format found" and a fallback system font. */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(RobotoFlex.woff2) format('woff2');
}
