/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;

  /* Font file is in the same directory as this CSS file */
  src: url("./flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2") format('woff2');
  font-display: fallback;
}

.material-icons {
  display: inline-block;
  font-family: 'Material Icons', 'Material Icons Fallback', monospace;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: 'liga';
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Fallback for when Material Icons font fails to load */
.material-icons::before {
  display: none;
  font-family: monospace;
  content: attr(data-fallback);
}

@supports not (font-feature-settings: 'liga') {
  .material-icons::before {
    display: inline-block;
  }

  .material-icons {
    display: none;
  }
}
