@font-face {
  font-family: 'MaterialSymbolsOutlined';
  src: url('MaterialSymbolsOutlined.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MaterialSymbolsRounded';
  src: url('MaterialSymbolsRounded.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MaterialSymbolsSharp';
  src: url('MaterialSymbolsSharp.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.material-symbols-outlined,
.material-symbols-rounded,
.material-symbols-sharp {
  font-feature-settings: 'liga';
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

.material-symbols-outlined {
  font-family: MaterialSymbolsOutlined;
}

.material-symbols-rounded {
  font-family: MaterialSymbolsRounded;
}

.material-symbols-sharp {
  font-family: MaterialSymbolsSharp;
}

.material-icons {
  font-family: MaterialSymbolsOutlined !important;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

