<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@font-face {
  font-family: 'Material Icons';
  src: url('./MaterialIcons-Regular.eot');
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url('./MaterialIcons-Regular.woff2') format('woff2'),
       url('./MaterialIcons-Regular.woff') format('woff'),
       url('./MaterialIcons-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}

.icon.mate {
  position: relative;
}

.icon.mate:before,
.icon.mate:after {
  font-family: 'Material Icons' !important;
  font-weight: normal !important;
  font-style: normal !important;
  display: inline-block !important;
  line-height: 1 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-variant: normal !important;
  word-wrap: normal !important;
  white-space: nowrap !important;
  direction: ltr !important;
  speak: none !important;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-feature-settings: 'liga' !important;
  position: absolute;
}
</pre></body></html>