@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/vendor/material-icons/MaterialIcons-Regular.woff2') format('woff2');
}

.material-icons,
.material-symbols-outlined,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: 'Material Icons' !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 20px;
  line-height: 1 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  display: inline-block !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  direction: ltr !important;
  vertical-align: middle !important;
  text-indent: 0 !important;
  overflow: visible !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  opacity: 1 !important;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.material-icons::before,
.material-symbols-outlined::before,
.material-symbols-rounded::before,
.material-symbols-sharp::before {
  content: none !important;
}
