/* Self-hosted Material Symbols Outlined (baton 5.x chrome icons).
   Google Fonts (fonts.gstatic.com) is blocked in the corporate browser, so the
   webfont is served locally. The .woff2 is the variable font fetched from
   https://fonts.gstatic.com/s/materialsymbolsoutlined/v247/...woff2 */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url('material-symbols-outlined.woff2') format('woff2');
}

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