<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* fallback */
@font-face {
  font-family : 'Material Icons';
  font-style  : normal;
  font-weight : 400;
  src         : url(../fonts/material-icons.woff2) format('woff2');
}

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