/* Self-hosted Material Icons — vendored so the icon glyphs never depend on
   fonts.googleapis.com being reachable (see DONE_rin_icon_glyph_regression.md).
   The @font-face itself is registered in main.ts via the FontFace
   constructor, not here — that lets app bootstrap confirm the exact font
   actually loaded (not just that the fallback cascade can render the text)
   before revealing any mat-icon. */

.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;
}
