/* NARINT icon subset: only ligatures used by webui_v2 are bundled. */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 200 400;
  font-display: block;
  src: url(/assets/vendor/material-symbols/material-symbols-narint-v1.woff2) format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  width: 1em;
  min-width: 1em;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  flex: 0 0 auto;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
